-
- Downloads
HTTP: return larger than 3 digit response codes too
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
Showing
- lib/http.c 8 additions, 1 deletionlib/http.c
- tests/data/Makefile.inc 1 addition, 1 deletiontests/data/Makefile.inc
- tests/data/test1429 69 additions, 0 deletionstests/data/test1429
- tests/data/test1430 53 additions, 0 deletionstests/data/test1430
- tests/data/test1431 53 additions, 0 deletionstests/data/test1431
- tests/data/test1432 54 additions, 0 deletionstests/data/test1432
- tests/data/test1433 69 additions, 0 deletionstests/data/test1433
tests/data/test1429
0 → 100644
tests/data/test1430
0 → 100644
tests/data/test1431
0 → 100644
tests/data/test1432
0 → 100644
tests/data/test1433
0 → 100644
Please register or sign in to comment