summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2018-06-24 21:54:21 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2018-06-24 21:54:21 +0200
commit65e0e1c3e37c966d0c18178ad8a4c54c0c0fbce9 (patch)
tree29c3b52a8908533f86349441ae664325849a6231
parent0da9e3a7f508a0b47fa71abc3585066100c6ccbf (diff)
parent8f1eb1ac77640d9cd189c49fe48af8cde65eceb1 (diff)
merge
-rw-r--r--sys/src/cmd/webfs/http.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/src/cmd/webfs/http.c b/sys/src/cmd/webfs/http.c
index b429112e4..668d474f3 100644
--- a/sys/src/cmd/webfs/http.c
+++ b/sys/src/cmd/webfs/http.c
@@ -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;