k3s/pkg/httplog
Clayton Coleman 0702164f05 httplog is not a CloseNotifier
We wrap TimeoutHandler with RecoverPanics, but httplog does not
implement http.CloseNotifier, which causes a naive watch from curl
against the insecure port to fail.

For now, implement CloseNotifier (but we should consider removing
httplog now that we have other tools in the stack to manage it).
2015-12-20 21:59:59 -05:00
..
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
log.go httplog is not a CloseNotifier 2015-12-20 21:59:59 -05:00
log_test.go Properly defaulting the status in log code 2015-11-03 14:34:45 -08:00