Skip to content

Commit f3ba39b

Browse files
committed
fix a packaging error
1 parent 7a757de commit f3ba39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightbug_http/python/server.mojo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ struct PythonServer:
8383

8484
var header = RequestHeader(buf)
8585
try:
86-
header.parse()
86+
header.parse(request_line)
8787
except:
8888
conn.close()
8989
raise Error("Failed to parse request header")

0 commit comments

Comments
 (0)