fix: pipelining now actually works
This commit is contained in:
parent
18d67fb69f
commit
d725a090a2
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ bool http_loop_handle_request(event_loop_conn *conn) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
conn->rbuf_read += res;
|
conn->rbuf_read += ctx->req.len;
|
||||||
|
|
||||||
// It's fun to respond with extremely specific error messages
|
// It's fun to respond with extremely specific error messages
|
||||||
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/501
|
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/501
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue