trying to get submit form to work...

This commit is contained in:
Eric LAZO
2022-08-12 20:08:49 +02:00
parent c7bbf29a1b
commit 4d395088d0
5 changed files with 24 additions and 8 deletions

View File

@@ -52,6 +52,8 @@ int Webserv::_read_request(Client *client)
}
client->raw_request.append(buf, ret);
print_special(client->raw_request);
if (!client->header_complete)
{
client->parse_request_headers(_servers);