geosoft1/reverseproxy

No default timeouts

pawelkowalak opened this issue · 1 comments

Not sure if the purpose is for local development only, but before exposing this service to public networks you should define some default timeouts (and not using default http.ListenAndServe()). https://blog.cloudflare.com/the-complete-guide-to-golang-net-http-timeouts/

i will consider your suggestion.thanks.