Commit d7670908 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

KNOWN_BUGS: DICT responses show the underlying protocol

Closes #1809
parent 4021bac4
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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