CURLOPT_FAILONERROR now only returns error if the HTTP code is 400 or above
authorDaniel Stenberg <daniel@haxx.se>
Fri, 19 Oct 2001 06:27:24 +0000 (06:27 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 19 Oct 2001 06:27:24 +0000 (06:27 +0000)
commit45cc78fdbc0e01d744156e853ea80de43d672f2b
treed19e6d21ad1fe2cbcd11a0f002582801acf37674
parent010044e03c349e545fdbfb612688b58a8c675839
CURLOPT_FAILONERROR now only returns error if the HTTP code is 400 or above
unconditionalliy. Previously, the code check was for >= 300 unless follow-
location was enabled...
lib/transfer.c