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:
Daniel Stenberg
2004-02-02 14:49:54 +00:00
parent 9eb6fc1fb6
commit b84eaff1d5
4 changed files with 20 additions and 3 deletions

View File

@@ -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