paulmillr / pushserve

Dead-simple pushState-enabled command-line http server.
32 stars 8 forks source link

Set a 2 sec socket timeout #2

Closed es128 closed 10 years ago

es128 commented 10 years ago

Prevents long delays after calling server.close

Resolves https://github.com/brunch/brunch/issues/716

paulmillr commented 10 years ago

can that low timeout affect something else? sending of big files?

es128 commented 10 years ago

No, it's an inactivity timeout. Worst case is increased TCP overhead.