* Update http_response.h
This commit is contained in:
bruvey 2024-01-26 19:38:05 +01:00 committed by GitHub
parent f4166acc66
commit 4555ffd0c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -248,6 +248,8 @@ namespace crow
if (complete_request_handler_)
{
complete_request_handler_();
manual_length_header = false;
skip_body = false;
}
}
}