HTTP: remove special case for 416
authorDaniel Stenberg <daniel@haxx.se>
Fri, 1 Oct 2010 22:22:48 +0000 (00:22 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 1 Oct 2010 22:22:48 +0000 (00:22 +0200)
commit2ae6c47d5dfdff2d6d884284beb6b0322e8ac671
tree8a980d62bbbb839e1657ee234533b736969d4082
parent15622e69a995bb4bee04bc647d86d658860914be
HTTP: remove special case for 416

It was pointed out that the special case libcurl did for 416 was
incorrect and wrong. 416 is not really different to other errors so the
response body must be handled like for other errors/http responses.

Reported by: Chris Smowton
Bug: http://curl.haxx.se/bug/view.cgi?id=3076808
lib/http.c
tests/data/test194
tests/data/test92