]> granicus.if.org Git - curl/commitdiff
KNOWN_BUGS: DICT responses show the underlying protocol
authorDaniel Stenberg <daniel@haxx.se>
Sun, 28 Jan 2018 13:38:38 +0000 (14:38 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 28 Jan 2018 13:38:38 +0000 (14:38 +0100)
Closes #1809

docs/KNOWN_BUGS

index 961a62814c42bde8215fdb38577209e05cee7e18..280edd0ed99fd5894666b94c40f8896523fc2994 100644 (file)
@@ -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