simonwittber / uniwebserver

An embedded HTTP server for Unity3D.
MIT License
76 stars 30 forks source link

Make sure requests close their network connection #4

Closed peterept closed 6 years ago

peterept commented 6 years ago

If a request doesn't close the network connection/stream then the connection will remain open and browsers/curl will wait forever (or atleast 30 seconds) for the connection to close.