This repository was archived by the owner on Jul 9, 2023. It is now read-only.
Commit 9ea7705
Dave McDermid
Fix to handle empty first-line in HTTP Response
- When the first line read in the HTTP response is empty, read the
next line into httpResult.
- Fixes bug where next line was read but httpResult was not updated1 parent d91cc8b commit 9ea7705
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
| 119 | + | |
119 | 120 | | |
| 121 | + | |
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
| |||
0 commit comments