]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-http: http-client-request - Fix pipeline corruption occurring after 100 Continue...
authorStephan Bosch <stephan.bosch@open-xchange.com>
Thu, 20 May 2021 01:04:35 +0000 (03:04 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Fri, 7 Mar 2025 14:56:56 +0000 (14:56 +0000)
commitc3d4e1741aae273208e2ed1b526b3e6712000e3b
treeebd71257c1fda69227738bd5fb459a66d5874102
parent142026d52524aaab3f1df5e1cfb92f1b4fafef1b
lib-http: http-client-request - Fix pipeline corruption occurring after 100 Continue response

Only unlock connection output when no more requests are pending. Before, the
next request header could be sent while outgoing payload for current request was
still pending.
src/lib-http/http-client-request.c