diff options
author | Will Dietz <w@wdtz.org> | 2018-05-28 22:17:07 -0500 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-05-29 07:57:41 +0200 |
commit | c2423c37b731fc6056744359cce59962f93e683d (patch) | |
tree | e000d3c387eab87955963955c5c891600f8f085c /docs | |
parent | 6482773d30c96fe886c294036acbc8ad2130bc31 (diff) |
KNOWN_BUGS: restore text regarding #2101.
This was added earlier but appears to have been removed accidentally.
AFAICT this is very much still an issue.
-----
I say "accidentally" because the text seems to have harmlessly snuck
into [1] (which makes no mention of it). [1] was later reverted for
unspecified reasons in [2], presumably because the mentioned issue was
fixed or invalid.
[1] de9fac00c40db321d44fa6fbab6eb62ec4c83998
[2] 16d1f369403cbb04bd7b085eabbeebf159473fc2
Closes #2618
Diffstat (limited to 'docs')
-rw-r--r-- | docs/KNOWN_BUGS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index d601f0215..39477916b 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -115,6 +115,9 @@ problems may have been fixed or changed somewhat since this was written! Disabling HTTP Pipelining when there are ongoing transfers can lead to heap corruption and crash. https://curl.haxx.se/bug/view.cgi?id=1411 + Similarly, removing a handle when pipelining corrupts data: + https://github.com/curl/curl/issues/2101 + 1.3 STARTTRANSFER time is wrong for HTTP POSTs Wrong STARTTRANSFER timer accounting for POST requests Timer works fine with |