mirror of
https://github.com/caddyserver/caddy.git
synced 2026-01-17 01:30:34 +00:00
Merged in deadlines (pull request #1)
Cleanly fake-close listeners * WIP debugging listener deadlines * Fix listener deadlines
This commit is contained in:
@@ -7,6 +7,9 @@ import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
// TODO: Is this type really required? Wouldn't embedding the
|
||||
// default ResponseWriter always work too, when wrapping it?
|
||||
|
||||
// ResponseWriterWrapper wraps an underlying ResponseWriter and
|
||||
// promotes its Pusher/Flusher/CloseNotifier/Hijacker methods
|
||||
// as well. To use this type, embed a pointer to it within your
|
||||
|
||||
Reference in New Issue
Block a user