feat: small changes
This commit is contained in:
parent
4d436aa8aa
commit
90ff55d977
2 changed files with 6 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue