mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-04 02:08:30 +00:00
Refactor and improve CTL and other code
This commit is contained in:
parent
1d8f37a2f0
commit
9906f299bb
25 changed files with 5768 additions and 5350 deletions
|
@ -6458,7 +6458,7 @@ static bool HandleMessageActual(void) {
|
|||
long reqtime, contime;
|
||||
char *p;
|
||||
struct timespec now;
|
||||
if ((rc = ParseHttpMessage(&cpm.msg, inbuf.p, amtread)) != -1) {
|
||||
if ((rc = ParseHttpMessage(&cpm.msg, inbuf.p, amtread, inbuf.n)) != -1) {
|
||||
if (!rc)
|
||||
return false;
|
||||
hdrsize = rc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue