This commit is contained in:
cinap_lenrek 2018-06-24 21:54:21 +02:00
commit 65e0e1c3e3

View file

@ -795,12 +795,16 @@ http(char *m, Url *u, Key *shdr, Buq *qbody, Buq *qpost)
i -= (i % 100);
goto Status;
}
goto Error;
case 100: /* Continue */
case 101: /* Switching Protocols */
case 102: /* Processing */
case 103: /* Early Hints */
while(k = rhdr){
rhdr = k->next;
free(k);
}
strcpy(status, "0 No status");
goto Cont;
case 304: /* Not Modified */
nobody = 1;