MCPcopy Create free account
hub / github.com/discourse/discourse-auth-proxy / Flush

Method Flush

logging.go:50–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50func (w *loggableResponseWriter) Flush() {
51 if flusher, ok := w.next.(http.Flusher); ok {
52 flusher.Flush()
53 }
54}
55
56func logHandler(next http.Handler) http.Handler {
57 return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected