]> granicus.if.org Git - curl/commit
url: don't free postponed data on connection reuse
authorAntti Hätälä <antti@umbrasoftware.com>
Tue, 4 Apr 2017 19:50:36 +0000 (15:50 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 4 Apr 2017 20:03:26 +0000 (16:03 -0400)
commit36e604fc78396d1f69c20e69e13302bce7471e78
tree37978ab7723cf3fe9f99ad4c20980ecea527d522
parent5fadd0311cb3180b64bd54042f93fc7bbeb06e07
url: don't free postponed data on connection reuse

- Don't free postponed data on a connection that will be reused since
  doing so can cause data loss when pipelining.

Only Windows builds are affected by this.

Closes https://github.com/curl/curl/issues/1380
lib/url.c