We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I need to be able to add a delay between pipelined requests and currently this is not supported
--- pipelined_requests eval ["GET /t/1", "GET /t/2", [{value => "GET /t/3", delay_before =>3}]]
will generate a malformed http request
127.0.0.1 - - [03/May/2021:15:10:51 +0200] "GET /t/1 HTTP/1.1" 200 2 "-" "-" 127.0.0.1 - - [03/May/2021:15:10:51 +0200] "GET /t/2 HTTP/1.1" 200 2 "-" "-" 127.0.0.1 - - [03/May/2021:15:10:51 +0200] "ARRAY(0x7fdebfc7d1e8) / HTTP/1.1" 400 157 "-" "-"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I need to be able to add a delay between pipelined requests and currently this is not supported
will generate a malformed http request
The text was updated successfully, but these errors were encountered: