Metadata fix, protocol dix

This commit is contained in:
Thulinma 2011-02-16 23:47:51 +01:00
parent 99e6175dd9
commit f8bee94f32

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());