miyagawa / Starman

Starman is a high-performance preforking Perl PSGI web server
http://search.cpan.org/dist/Starman
Other
287 stars 84 forks source link

Corrected the logic to take into account max_requests with keep-alive connections #142

Open Logioniz opened 3 years ago

Logioniz commented 3 years ago

Hello,

i found situation where starman does not take into account the number of requests in keepalive connection which led to incorrect restart of the starman worker after random number of requests that is greather than max_request parameter.