Skip to content
New issue

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

feature: Add support for array of requests with delays to pipelined_requests #116

Open
gabihodoroaga opened this issue May 3, 2021 · 0 comments

Comments

@gabihodoroaga
Copy link

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 "-" "-"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant