From: Daniel Stenberg Date: Sun, 28 Jan 2018 13:38:38 +0000 (+0100) Subject: KNOWN_BUGS: DICT responses show the underlying protocol X-Git-Tag: curl-7_59_0~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d76709080b3d6cc17831f11c53302061455095ea;p=curl KNOWN_BUGS: DICT responses show the underlying protocol Closes #1809 --- diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 961a62814..280edd0ed 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -90,6 +90,8 @@ problems may have been fixed or changed somewhat since this was written! 13. TCP/IP 13.1 --interface for ipv6 binds to unusable IP address + 14 DICT + 14.1 DICT responses show the underlying protocol ============================================================================== @@ -591,3 +593,12 @@ problems may have been fixed or changed somewhat since this was written! locally scoped address as that is bound to fail. https://github.com/curl/curl/issues/686 + +14. DICT + +14.1 DICT responses show the underlying protocol + + When getting a DICT response, the protocol parts of DICT aren't stripped off + from the output. + + https://github.com/curl/curl/issues/1809