Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

Commit

Permalink
no more keep alive
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/justin/tmp/tmp/svn/cutestuff/trunk@93 65d0b1b9-db85-4114-8a31-8ae23c1c3140
  • Loading branch information
Justin Karneges committed Aug 3, 2005
1 parent 0fc8198 commit 6d9c6e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions network/httpconnect.cpp
Expand Up @@ -203,8 +203,6 @@ void HttpConnect::sock_connected()
QString str = d->user + ':' + d->pass; QString str = d->user + ':' + d->pass;
s += QString("Proxy-Authorization: Basic ") + Base64::encodeString(str) + "\r\n"; s += QString("Proxy-Authorization: Basic ") + Base64::encodeString(str) + "\r\n";
} }
s += "Proxy-Connection: Keep-Alive\r\n";
s += "Pragma: no-cache\r\n";
s += "\r\n"; s += "\r\n";


QCString cs = s.utf8(); QCString cs = s.utf8();
Expand Down

0 comments on commit 6d9c6e7

Please sign in to comment.