Skip to content

Commit

Permalink
Flush interval forced
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelycode committed Sep 14, 2015
1 parent 3d0d660 commit 4d09145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tyk_reverse_proxy_clone.go
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ func (p *ReverseProxy) HandleResponse(rw http.ResponseWriter, res *http.Response

func (p *ReverseProxy) copyResponse(dst io.Writer, src io.Reader) {
if p.FlushInterval != 0 {
log.Info("FLUSHING")

if wf, ok := dst.(writeFlusher); ok {
mlw := &maxLatencyWriter{
dst: wf,
Expand Down

0 comments on commit 4d09145

Please sign in to comment.