http: status line parsing fix 76/41476/2
authorMatus Fabian <[email protected]>
Fri, 23 Aug 2024 15:35:50 +0000 (17:35 +0200)
committerFlorin Coras <[email protected]>
Fri, 23 Aug 2024 17:59:46 +0000 (17:59 +0000)
commit69123a3f670a41e31b0988583e342a7df028f136
treebe00d3ffc3ba9769ea6d36d5c8ef2ec69a8fe9f1
parent4306a3e8f4f8016e7571be75b6418b77ee2f701d
http: status line parsing fix

Request line must only start with method name and server should
ignore at least one empty line (CRLF) received prior to the
request-line.

Type: fix
Change-Id: Ifebd992dc4c13df1a3fabfcdef9e7ee644150a21
Signed-off-by: Matus Fabian <[email protected]>
extras/hs-test/http_test.go
src/plugins/http/http.c