| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1222be8 commit 1918b4e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,8 +37,7 @@ function fillHeaders(headers, currentSize, valid = false) { | |||
| 37 | 37 | ||
| 38 | 38 | // Generate valid headers | |
| 39 | 39 | if (valid) { | |
| 40 | - // TODO(mcollina): understand why -32 is needed instead of -1 | ||
| 41 | - headers = headers.slice(0, -32); | ||
| 40 | + headers = headers.slice(0, -1); | ||
| 42 | 41 | } | |
| 43 | 42 | return headers + '\r\n\r\n'; | |
| 44 | 43 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments