Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test1450: fix up DICT server in torture mode | Max Dymond | 2017-06-30 | 1 | -18/+21 |
| | | | | | | | | | As per https://github.com/curl/curl/pull/1615, the DICT server is a little spammy in torture mode due to the sockets being torn down unexpectedly. Fix this by adding some error handling to the handling function. Closes #1629 | ||||
* | test1450: add simple testing for DICT | Max Dymond | 2017-06-30 | 1 | -0/+156 |
Add a new server which provides a DICT interface. This is intended to begin coverage testing for lib/dict.c Closes #1615 |