Skip to content

Commit 3d4cae8

Browse files
committed
explicitly send
1 parent fe8c2a3 commit 3d4cae8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
wrk.headers["Invalid Header"] = "value"
1+
request = function()
2+
return "GET /hello-world HTTP/1.1\r\n" ..
3+
"Invalid Header: value\r\n" ..
4+
"\r\n"
5+
end

0 commit comments

Comments
 (0)