aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1144
AgeCommit message (Collapse)Author
2016-09-11http: refuse to pass on response body with NO_NODY was setDaniel Stenberg
... like when a HTTP/0.9 response comes back without any headers at all and just a body this now prevents that body from being sent to the callback etc. Adapted test 1144 to verify. Fixes #973 Assisted-by: Ray Satiro
2016-08-18test1144: verify HEAD with body-only responseDaniel Stenberg