Andrew Biggs pointed out a "Expect: 100-continue" flaw where libcurl didn't
send the whole request at once, even though the Expect: header was disabled by the application. An effect of this change is also that small (< 1024 bytes) POSTs are now always sent without Expect: header since we deem it more costly to bother about that than the risk that we send the data in vain.
Showing
- CHANGES 9 additions, 1 deletionCHANGES
- RELEASE-NOTES 1 addition, 1 deletionRELEASE-NOTES
- lib/http.c 17 additions, 17 deletionslib/http.c
- lib/http.h 5 additions, 1 deletionlib/http.h
- tests/data/test508 0 additions, 1 deletiontests/data/test508
- tests/data/test510 0 additions, 1 deletiontests/data/test510
- tests/data/test513 0 additions, 1 deletiontests/data/test513
- tests/data/test515 0 additions, 1 deletiontests/data/test515
Loading
Please register or sign in to comment