]> git.ipfire.org Git - thirdparty/curl.git/commit
url: skip to-be-closed connections when pipelining (follow-up)
authorJay Satiro <raysatiro@yahoo.com>
Mon, 17 Oct 2016 06:44:39 +0000 (02:44 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Mon, 17 Oct 2016 06:44:39 +0000 (02:44 -0400)
commitaec0c993cb087ae211dcea7f0b0f04c6b7422599
treef2ea69d7ac682683ae51f93e7933dff6f940afb7
parent9291a34d5dbefb8b0524cff537f820cedeb08fc7
url: skip to-be-closed connections when pipelining (follow-up)

- Change back behavior so that pipelining is considered possible for
connections that have not yet reached the protocol level.

This is a follow-up to e5f0b1a which had changed the behavior of
checking if pipelining is possible to ignore connections that had
'bits.close' set. Connections that have not yet reached the protocol
level also have that bit set, and we need to consider pipelining
possible on those connections.
lib/url.c