Metadata fix, protocol dix

This commit is contained in:
Thulinma 2011-02-16 23:47:51 +01:00
parent ed85b89ce8
commit 4b9caee604
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ void HTTPReader::Clean(){
seenReq = false;
method = "GET";
url = "/";
protocol = "HTTP/1.0";
protocol = "HTTP/1.1";
length = 0;
HTTPbuffer = "";
headers.erase(headers.begin(), headers.end());