feat: small changes

This commit is contained in:
Jef Roosens 2023-05-27 18:47:07 +02:00
parent 4d436aa8aa
commit 90ff55d977
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
2 changed files with 6 additions and 18 deletions

View file

@ -37,6 +37,8 @@ bool http_loop_handle_request(event_loop_conn *conn) {
return false;
}
conn->rbuf_read += res;
// If the routing fails, we exit the handler
if (!http_loop_route_request(conn)) {
return false;