Curl_retry_request: check return code!
authorDaniel Stenberg <daniel@haxx.se>
Fri, 12 Aug 2011 22:51:16 +0000 (00:51 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 12 Aug 2011 22:51:16 +0000 (00:51 +0200)
commite40c663d36af128890f878bfce780a45bf2158a5
treec280dc8b0ad6419ef81838db40e5dd048d18a20d
parentc8766ed3fb72ed67fbc78541e04696c9e9237dba
Curl_retry_request: check return code!

Curl_readrewind() was called without checking its return code, which
could lead to badness.

Bug: http://curl.haxx.se/bug/view.cgi?id=3349227
lib/transfer.c