Skip to content

Commit

Permalink
Add new logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ardaguclu committed Nov 6, 2020
1 parent 2ea2683 commit 6010e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@ func (p *Proxy) ServeHTTP(w http.ResponseWriter, r *http.Request) {
p.log.Debugf("LW15 %+v", lw.GetInternal())
// This flush is required in I/O error
if ctx.successfulUpgrade {
lw.Flush()
//lw.Flush()
}
}()

Expand Down

0 comments on commit 6010e19

Please sign in to comment.