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 fe8c2a3 commit 3d4cae8Copy full SHA for 3d4cae8
src/BenchmarksApps/TLS/scripts/invalid-header.lua
@@ -1 +1,5 @@
1
-wrk.headers["Invalid Header"] = "value"
+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