Skip to content

Commit 2c00c9d

Browse files
committed
Fix merge artifacts and vim modeline
1 parent a71894a commit 2c00c9d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

libhttpd/api.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/* vim: tabstop=4 softtabstop=4 shiftwidth=4 expandtab */
2-
/*
1+
/* vim: tabstop=4 softtabstop=4 shiftwidth=4 expandtab
32
** Copyright (c) 2002 Hughes Technologies Pty Ltd. All rights
43
** reserved.
54
**
@@ -428,9 +427,6 @@ httpdReadRequest(httpd * server, request * r)
428427
** End of headers. Continue if there's
429428
** data to read
430429
*/
431-
if (r->request.contentLength == 0)
432-
break;
433-
inHeaders = 0;
434430
break;
435431
}
436432

0 commit comments

Comments
 (0)