Commit 8632191
committed
Fix constant in RequestHandler_WinHTTP
Formally the documentation says -1L instead of just -1, but DWORD is
32-bit [1] which is the same as int [2], thus this should not matter.
[1]: https://docs.microsoft.com/en-us/windows/win32/winprog/windows-data-types
[2]: https://docs.microsoft.com/en-us/cpp/cpp/data-type-ranges?view=vs-20191 parent 3f334aa commit 8632191
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
123 | | - | |
| 124 | + | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| |||
0 commit comments