clear new parser variables

This commit is contained in:
The-EDev 2022-02-21 17:32:09 +03:00
parent 4a6d5fe74c
commit ac0c756209
No known key found for this signature in database
GPG Key ID: 51C45DC0C413DCD9

View File

@ -130,12 +130,17 @@ namespace crow
{
url.clear();
raw_url.clear();
header_building_state = 0;
header_field.clear();
header_value.clear();
headers.clear();
url_params.clear();
body.clear();
header_building_state = 0;
qs_point = 0;
http_major = 0;
http_minor = 0;
keep_alive = false;
close_connection = false;
}
inline void process_header()