shreemaan-abhishek commented on issue #9986:
URL: https://github.com/apache/apisix/issues/9986#issuecomment-1671100738

   > Also i send this http request quickly, twice in one second,
   
   You cannot produce concurrent HTTP requests by sending HTTP requests 
_quickly_. 
   
   You can try using the sleep flag in curl to produce concurrent requests:
   
   ```bash
   curl -i http://127.0.0.1:9080/index.html?sleep=20 &
   
   curl -i http://127.0.0.1:9080/index.html?sleep=20
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to