mirror of
https://github.com/curl/curl.git
synced 2026-07-24 22:47:16 +03:00
send a connection: close in the initial reply to see if things differ
This commit is contained in:
parent
3b39cee785
commit
f35398e414
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ HTTP/1.1 401 Authorization Required swsclose
|
|||
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
|
||||
WWW-Authenticate: Magic-Negotiate
|
||||
WWW-Authenticate: NTLM
|
||||
Connection: close
|
||||
Content-Type: text/html; charset=iso-8859-1
|
||||
Content-Length: 5
|
||||
|
||||
|
|
@ -38,6 +39,7 @@ HTTP/1.1 401 Authorization Required swsclose
|
|||
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
|
||||
WWW-Authenticate: Magic-Negotiate
|
||||
WWW-Authenticate: NTLM
|
||||
Connection: close
|
||||
Content-Type: text/html; charset=iso-8859-1
|
||||
Content-Length: 5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue