dylan-lang / http

HTTP server and client for Dylan
https://opendylan.org/package/http
MIT License
22 stars 11 forks source link

Huge number of requests failing when using keep alive #47

Closed fracek closed 10 years ago

fracek commented 10 years ago

When using weighttp to test the performances of http, around half of the requests fail if HTTP/1.1 keep alive is used. I run weighttp as weighttp -n 20000 -c 128 -k http://127.0.0.1:8000/json. With ab (so using HTTP/1.0) everything's fine.

waywardmonkeys commented 10 years ago

Fixed by pull request #51.