how can I emulate bad connection in nginx server? I want to test client to receive all data not in one package, but with splitting into few packages.
Maybe, I can set the size of response package?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have a look at: limit_rate
If you set it to a fraction of the total response size, nginx splits it into several packets.