Details
-
Type:
Incident report
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.4.3
-
Fix Version/s: 1.4.3
-
Component/s: None
-
Labels:None
Description
the problem is:
lighthttpd expects \r\n when getting a request, whereas apache accepts also single \n
Can it please be changed ?
example: "GET / HTTP/1.1\n [...]\n" will not work, "GET / HTTP/1.1\r\n [...]\r\n" does
thank you