Metadata fix, protocol dix
This commit is contained in:
parent
99e6175dd9
commit
f8bee94f32
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue