caddy/middleware
Matthew Holt 9dfbbbcda4 errors: Pointer to handler prevents nil pointer errors in handling (fixes #15)
If we do not use a pointer here, the startup function that opens the log file stores the log file in a copy of the handler, not the same instance of the handler, causing panics during requests, which is bad, especially when the response is gzipped: the next recover() is beyond the gzip handler, so the browser downloads a gz file instead.
2015-04-30 10:16:49 -06:00
..
2015-04-27 10:56:57 -06:00
2015-04-21 21:41:58 -06:00
2015-04-11 17:24:47 -06:00
2015-04-11 16:58:34 -06:00
2015-04-27 10:56:57 -06:00
2015-04-27 07:35:39 -06:00
2015-04-18 09:55:02 -06:00