mirror of
https://github.com/curl/curl.git
synced 2026-08-26 17:23:33 +03:00
set the 'retry' bit to TRUE when the connection is about to be retried,
this allows the HTTP code to *not* return a failure just because no data has been received from the server
This commit is contained in:
parent
9eb6fc1fb6
commit
b84eaff1d5
4 changed files with 20 additions and 3 deletions
|
|
@ -51,7 +51,9 @@
|
|||
#ifdef HAVE_NET_IF_H
|
||||
#include <net/if.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_IOCTL_H
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
|
||||
/* -- if2ip() -- */
|
||||
#ifdef HAVE_NETDB_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue