Commit 736a11b
committed
Fix line endings on tx'd HTTP headers
HTTP line endings must be terminated with CRLF, and the final line must
be a blank line. The code previously ended lines with `\n`. This changes
changes the line endings to `\r\n` and ensures the extra blank line at
the end.1 parent 09a0052 commit 736a11b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
0 commit comments