Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run: enable threading only when required for the protocol (>= HTTP/1.1)
When threaded, the server is more likely to crash from socket send/recv/select issues, for reasons that are currently unclear. However, HTTP/1.0 seems to respond fast enough from a single thread, so threading isn't strictly needed there.
- Loading branch information