mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
clear new parser variables
This commit is contained in:
parent
4a6d5fe74c
commit
ac0c756209
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user