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
As described here: https://blog.gopheracademy.com/advent-2016/exposing-go-on-the-internet/
We should also move the code that sets up a TLS server from package auth to package cloud/https.
auth
cloud/https
The text was updated successfully, but these errors were encountered:
cl 7814
Sorry, something went wrong.
cloud/https: add timeouts for abuse prevention
94980d2
I recall someone had trouble compiling this, but don't remember the details. Trying again to see what breaks. Fixes #127. Change-Id: I0360f78053c755cb03e94480e9547fe1112ffc18 Reviewed-on: https://upspin-review.googlesource.com/7814 Reviewed-by: Rob Pike <[email protected]> Reviewed-by: Eduardo Pinheiro <[email protected]>
n2vi
No branches or pull requests
As described here: https://blog.gopheracademy.com/advent-2016/exposing-go-on-the-internet/
We should also move the code that sets up a TLS server from package
auth
to packagecloud/https
.The text was updated successfully, but these errors were encountered: