Metadata fix, protocol dix
This commit is contained in:
parent
ed85b89ce8
commit
4b9caee604
2 changed files with 2 additions and 2 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
Add a link
Reference in a new issue