Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
neqo-http3-server: Implement support for --use-old-http
For qns mode, we need to support HTTP/0.9. Instead of adding qns mode to http server, I added H/0.9 to http3-server, since it already supports transport::Server, and has a more developed event loop. Add a 'HttpServer' trait that is implemented by Http3Server and Http09Server. Implement Http09Server. Add a DenyZeroRttChecker since Server requires one be passed in.
- Loading branch information