mirror of
https://github.com/curl/curl.git
synced 2026-05-01 15:08:08 +03:00
corrected minor source indentation error
This commit is contained in:
parent
4b6c240832
commit
f8c357e4ff
1 changed files with 2 additions and 2 deletions
|
|
@ -524,7 +524,7 @@ Transfer(struct connectdata *c_conn)
|
|||
conn->size = contentlength;
|
||||
Curl_pgrsSetDownloadSize(data, contentlength);
|
||||
}
|
||||
else if((httpversion == 10) &&
|
||||
else if((httpversion == 10) &&
|
||||
conn->bits.httpproxy &&
|
||||
compareheader(p, "Proxy-Connection:", "keep-alive")) {
|
||||
/*
|
||||
|
|
@ -536,7 +536,7 @@ Transfer(struct connectdata *c_conn)
|
|||
conn->bits.close = FALSE; /* don't close when done */
|
||||
infof(data, "HTTP/1.0 proxy connection set to keep alive!\n");
|
||||
}
|
||||
else if((httpversion == 10) &&
|
||||
else if((httpversion == 10) &&
|
||||
compareheader(p, "Connection:", "keep-alive")) {
|
||||
/*
|
||||
* A HTTP/1.0 reply with the 'Connection: keep-alive' line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue