diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-01-28 14:38:38 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-01-28 14:38:38 +0100 |
commit | d76709080b3d6cc17831f11c53302061455095ea (patch) | |
tree | 03849e57ba3a2cf67760aaeb6cccbb6c973475e5 | |
parent | 4021bac4cdc920e44def9b05bdd0bf7cd1b0c4b5 (diff) |
KNOWN_BUGS: DICT responses show the underlying protocol
Closes #1809
-rw-r--r-- | docs/KNOWN_BUGS | 11 |
1 files changed, 11 insertions, 0 deletions
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 |