curl-library
handling of unknown 1xx http codes
From: Phil Blundell <pb_at_reciva.com>
Date: Thu, 26 Jun 2008 14:09:00 +0100
Received on 2008-06-26
Date: Thu, 26 Jun 2008 14:09:00 +0100
At the moment curl seems to react badly to an unrecognised 1xx http
result code. Here's a patch to make any 1xx code behave the same as
"100 continue", which seems to be the expected behaviour per the http
RFC.
p.
- text/x-patch attachment: 100-diff__charset_UTF-8