conn->bits.tcpconnect now keeps track of if this connection is connected

or not
This commit is contained in:
Daniel Stenberg
2002-12-13 16:15:19 +00:00
parent 57572e550f
commit b528bde470
3 changed files with 20 additions and 3 deletions

View File

@@ -243,6 +243,9 @@ struct ConnectBits {
bool forbidchunk; /* used only to explicitly forbid chunk-upload for
specific upload buffers. See readmoredata() in
http.c for details. */
bool tcpconnect; /* the tcp stream (or simimlar) is connected, this
is set the first time on the first connect function
call */
};
/*