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

@@ -296,6 +296,8 @@ struct ConnectBits {
bool tcpconnect; /* the tcp stream (or simimlar) is connected, this
is set the first time on the first connect function
call */
bool retry; /* this connection is about to get closed and then
re-attempted at another connection. */
};
/*