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 7a757de commit f3ba39bCopy full SHA for f3ba39b
lightbug_http/python/server.mojo
@@ -83,7 +83,7 @@ struct PythonServer:
83
84
var header = RequestHeader(buf)
85
try:
86
- header.parse()
+ header.parse(request_line)
87
except:
88
conn.close()
89
raise Error("Failed to parse request header")
0 commit comments