]> granicus.if.org Git - curl/commit
multi: Fix error handling in the SENDPROTOCONNECT state
authorMichael Kaufmann <mail@michael-kaufmann.ch>
Thu, 25 Oct 2018 11:07:03 +0000 (13:07 +0200)
committerMichael Kaufmann <mail@michael-kaufmann.ch>
Sat, 27 Oct 2018 11:03:50 +0000 (13:03 +0200)
commit3793761a3777095d643e9f2da951615e1178782c
treeb41d985c5b457e2921bd50550ead3ad91c4b1618
parent4441d3c548091913b1e42a3b92fbb137dadbbe5d
multi: Fix error handling in the SENDPROTOCONNECT state

If Curl_protocol_connect() returns an error code,
handle the error instead of switching to the next state.

Closes #3170
lib/multi.c