merge
This commit is contained in:
commit
65e0e1c3e3
1 changed files with 4 additions and 0 deletions
|
@ -795,12 +795,16 @@ http(char *m, Url *u, Key *shdr, Buq *qbody, Buq *qpost)
|
||||||
i -= (i % 100);
|
i -= (i % 100);
|
||||||
goto Status;
|
goto Status;
|
||||||
}
|
}
|
||||||
|
goto Error;
|
||||||
case 100: /* Continue */
|
case 100: /* Continue */
|
||||||
case 101: /* Switching Protocols */
|
case 101: /* Switching Protocols */
|
||||||
|
case 102: /* Processing */
|
||||||
|
case 103: /* Early Hints */
|
||||||
while(k = rhdr){
|
while(k = rhdr){
|
||||||
rhdr = k->next;
|
rhdr = k->next;
|
||||||
free(k);
|
free(k);
|
||||||
}
|
}
|
||||||
|
strcpy(status, "0 No status");
|
||||||
goto Cont;
|
goto Cont;
|
||||||
case 304: /* Not Modified */
|
case 304: /* Not Modified */
|
||||||
nobody = 1;
|
nobody = 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue