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 a71894a commit 2c00c9dCopy full SHA for 2c00c9d
libhttpd/api.c
@@ -1,5 +1,4 @@
1
-/* vim: tabstop=4 softtabstop=4 shiftwidth=4 expandtab */
2
-/*
+/* vim: tabstop=4 softtabstop=4 shiftwidth=4 expandtab
3
** Copyright (c) 2002 Hughes Technologies Pty Ltd. All rights
4
** reserved.
5
**
@@ -428,9 +427,6 @@ httpdReadRequest(httpd * server, request * r)
428
427
** End of headers. Continue if there's
429
** data to read
430
*/
431
- if (r->request.contentLength == 0)
432
- break;
433
- inHeaders = 0;
434
break;
435
}
436
0 commit comments