-
- Downloads
CONNECT: fix multi interface regression
The refactoring of HTTP CONNECT handling in commit 41b02378 that made it protocol independent broke it for the multi interface. This fix now introduce a better state handling and moved some logic to the http_proxy.c source file. Reported by: Yang Tse Bug: http://curl.haxx.se/mail/lib-2012-03/0162.html
Showing
- lib/http.c 9 additions, 2 deletionslib/http.c
- lib/http_proxy.c 45 additions, 3 deletionslib/http_proxy.c
- lib/http_proxy.h 4 additions, 1 deletionlib/http_proxy.h
- lib/multi.c 5 additions, 5 deletionslib/multi.c
- lib/url.c 3 additions, 30 deletionslib/url.c
- lib/urldata.h 6 additions, 2 deletionslib/urldata.h
Loading
Please register or sign in to comment