We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed16b14 commit 0634ccfCopy full SHA for 0634ccf
chap07/web_server.c
@@ -311,6 +311,7 @@ int main() {
311
312
if (MAX_REQUEST_SIZE == client->received) {
313
send_400(client);
314
+ client = next;
315
continue;
316
}
317
chap07/web_server2.c
@@ -317,6 +317,7 @@ int main() {
318
319
send_400(&client_list, client);
320
321
322
323
chap10/https_server.c
@@ -351,6 +351,7 @@ int main() {
351
352
353
354
355
356
357
0 commit comments