Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-31 | http: fix response code parser to avoid integer overflow | Daniel Stenberg | |
test 1429 and 1433 were updated to work with the stricter HTTP status line parser. Closes #1714 Reported-by: Brian Carpenter | |||
2017-03-26 | spelling fixes | klemens | |
Closes #1356 | |||
2014-10-27 | HTTP: return larger than 3 digit response codes too | Daniel Stenberg | |
HTTP 1.1 is clearly specified to only allow three digit response codes, and libcurl used sscanf("%3d") for that purpose. This made libcurl support smaller numbers but not larger. It does now, but we will not make any specific promises nor document this further since it is going outside of what HTTP is. Bug: http://curl.haxx.se/bug/view.cgi?id=1441 Reported-by: Balaji |