diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-04-08 13:03:37 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-08 13:03:37 +0200 |
commit | 00cf68c6e866da68a59c856ac9003fb5aed37b09 (patch) | |
tree | 84752ac2ef25717dca8e6fc0bf6fb6e215aa0994 /docs/KNOWN_BUGS | |
parent | 045c7924acfdfa3b3b10ffb68fc1acdb79fbf4ed (diff) | |
download | curl-00cf68c6e866da68a59c856ac9003fb5aed37b09.tar.gz |
KNOWN_BUGS: 1.8 DNS timing is wrong for HTTP redirects
Closes #522
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 0f2b321ff..ec2a6e4e6 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -19,6 +19,7 @@ problems may have been fixed or changed somewhat since this was written! 1.5 Expect-100 meets 417 1.6 Unnecessary close when 401 received waiting for 100 1.7 CONNECT response larger than 16KB + 1.8 DNS timing is wrong for HTTP redirects 2. TLS 2.1 Hangs with PolarSSL @@ -126,6 +127,12 @@ problems may have been fixed or changed somewhat since this was written! will return prematurely and will confuse the rest of the HTTP protocol code. This should be very rare. +1.8 DNS timing is wrong for HTTP redirects + + When extracting timing information after HTTP redirects, only the last + transfer's results are returned and not the totals: + https://github.com/curl/curl/issues/522 + 2. TLS |