We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Two important HTTP server improvements:
We shouldn't use http.DefaultServeMux at all.
http.DefaultServeMux
We should set timeouts on our HTTP servers. For now, a constant of, say, 10 seconds should be enough.
The text was updated successfully, but these errors were encountered:
b4a35fa
Pull request: 2343 http server
5210a34
Merge in DNS/adguard-home from 2343-http-server to master Closes #2343. Squashed commit of the following: commit f4ebfc1 Merge: b13ec70 36c7735 Author: Eugene Burkov <[email protected]> Date: Wed Nov 25 15:37:27 2020 +0300 Merge branch 'master' into 2343-http-server commit b13ec70 Author: Eugene Burkov <[email protected]> Date: Wed Nov 25 15:31:36 2020 +0300 all: record changes commit ce44aac Author: Eugene Burkov <[email protected]> Date: Wed Nov 25 14:00:45 2020 +0300 home: set http servers timeouts commit 7f3e738 Author: Eugene Burkov <[email protected]> Date: Tue Nov 24 19:58:56 2020 +0300 home: replace default ServeMux with custom one.
EugeneOne1
No branches or pull requests
Two important HTTP server improvements:
We shouldn't use
http.DefaultServeMux
at all.We should set timeouts on our HTTP servers. For now, a constant of, say, 10 seconds should be enough.
The text was updated successfully, but these errors were encountered: