Skip to content
Snippets Groups Projects
Commit f35398e4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

send a connection: close in the initial reply to see if things differ

parent 3b39cee7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment