mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
TODO-RELEASE: 1 fixed, 1 notabug
Fixed: 271 - fix the IPv6-working probing to only exist at one place in the code and only get done once A problem not repeatable and no proper recipe given and therefore simply removed for now until we hear something else: 282 - 100 Continue responses should return the "final" HTTP response code: "Getting the HTTP response code following a 100 Continue"
This commit is contained in:
parent
67eb679264
commit
3a158f30b5
@ -1,9 +1,6 @@
|
|||||||
To be addressed in 7.21.5
|
To be addressed in 7.21.5
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
271 - fix the IPv6-working probing to only exist at one place in the code and
|
|
||||||
only get done once
|
|
||||||
|
|
||||||
272 - re-using connections bound to local port
|
272 - re-using connections bound to local port
|
||||||
|
|
||||||
275 - Introduce a way to avoid sending USER for FTP connections
|
275 - Introduce a way to avoid sending USER for FTP connections
|
||||||
@ -13,9 +10,6 @@ To be addressed in 7.21.5
|
|||||||
281 - Several scan-build warnings have sneaked in:
|
281 - Several scan-build warnings have sneaked in:
|
||||||
http://curl.haxx.se/scans/
|
http://curl.haxx.se/scans/
|
||||||
|
|
||||||
282 - 100 Continue responses should return the "final" HTTP response code:
|
|
||||||
"Getting the HTTP response code following a 100 Continue"
|
|
||||||
|
|
||||||
284 - bug 3172608 "No re-authentication when HTTP connecton is closed"
|
284 - bug 3172608 "No re-authentication when HTTP connecton is closed"
|
||||||
http://curl.haxx.se/bug/view.cgi?id=3172608
|
http://curl.haxx.se/bug/view.cgi?id=3172608
|
||||||
Would be nice if someone could verify the suggested patch
|
Would be nice if someone could verify the suggested patch
|
||||||
|
Loading…
Reference in New Issue
Block a user