1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/TODO-RELEASE
Daniel Stenberg 11c2db2aa2 fix: re-use of bound connections
When asked to bind the local end of a connection when doing a request,
the code will now disqualify other existing connections from re-use even
if they are connected to the correct remote host.

This will also affect which connections that can be used for pipelining,
so that only connections that aren't bound or bound to the same
device/port you're asking for will be considered.
2011-03-25 16:03:37 +01:00

27 lines
871 B
Plaintext

To be addressed in 7.21.5
=========================
275 - Introduce a way to avoid sending USER for FTP connections
278 - "Configure $as_echo does not work"
281 - Several scan-build warnings have sneaked in:
http://curl.haxx.se/scans/
284 - bug 3172608 "No re-authentication when HTTP connecton is closed"
http://curl.haxx.se/bug/view.cgi?id=3172608
Would be nice if someone could verify the suggested patch
285 - bug 3163118 "Allow programatic use of telnet on Windows"
http://curl.haxx.se/bug/view.cgi?id=3163118
Would appreciate a Windows developer to give it a look before we apply
the suggested patch
286 - bug 3214223 Pipelined HTTP requests with a zero-length body broken
287 - bug 3215314 Post quote operation to rename fails in Windows
288 - bug 3219997 curl rtmp request curl: (55) select/poll returned error
289 -