MCPcopy Create free account
hub / github.com/zalando/skipper / Flush

Method Flush

logging/loggingwriter.go:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38func (lw *LoggingWriter) Flush() {
39 lw.writer.(http.Flusher).Flush()
40}
41
42func (lw *LoggingWriter) Hijack() (net.Conn, *bufio.ReadWriter, error) {
43 hij, ok := lw.writer.(http.Hijacker)

Callers 2

ServeHTTPMethod · 0.95

Calls 1

FlushMethod · 0.65

Tested by 1