Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
func
(lw *LoggingWriter) Flush() {
39
lw.writer.(http.Flusher).Flush()
40
}
41
42
func
(lw *LoggingWriter) Hijack() (net.Conn, *bufio.ReadWriter, error) {
43
hij, ok := lw.writer.(http.Hijacker)
Callers
2
TestFlushesPartialPayload
Function · 0.95
ServeHTTP
Method · 0.95
Calls
1
Flush
Method · 0.65
Tested by
1
TestFlushesPartialPayload
Function · 0.76