From d76709080b3d6cc17831f11c53302061455095ea Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 28 Jan 2018 14:38:38 +0100 Subject: KNOWN_BUGS: DICT responses show the underlying protocol Closes #1809 --- docs/KNOWN_BUGS | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/KNOWN_BUGS') 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 -- cgit v1.2.3