0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-16 21:56:43 -05:00
imageproxy/third_party/http
Will Norris 576b7c023a return 504 status for timeout errors
modify custom TimeoutHandler to return 504 error and switch imageproxy
to use that func.

Fixes #75
2016-11-29 15:42:08 -08:00
..
LICENSE add copy of net/http package 2016-11-29 15:42:08 -08:00
README add copy of net/http package 2016-11-29 15:42:08 -08:00
server.go return 504 status for timeout errors 2016-11-29 15:42:08 -08:00

Package http is based on a copy of net/http.