diff options
Diffstat (limited to 'docs/KNOWN_BUGS')
-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 |