JoeDog / siege

Siege is an http load tester and benchmarking utility
GNU General Public License v3.0
5.9k stars 386 forks source link

Socket Timeout doesn't seem work #198

Open dowusu opened 3 years ago

dowusu commented 3 years ago

I've set the timeout option for load testing to 7s; however siege still waits for 30s for request to return before proceeding. Not sure of if I'm missing anything.

JoeDog commented 3 years ago

A socket timeout occurs if it's unable to establish a socket. If it establishes a socket and the server doesn't handle the request in a timely manner, then it could stay open a lot longer.

On Thu, Aug 26, 2021 at 9:10 AM St. Desmond @.***> wrote:

I've set the timeout option for load testing to 7s; however siege still waits for 30s for request to return before proceeding. Not sure of if I'm missing anything.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JoeDog/siege/issues/198, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJRHZXEUOL4MDNVOUAJNRDT6Y4NDANCNFSM5C3KOLCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

-- Jeff Fulmer 1-717-799-8226 https://www.joedog.org/ He codes