Skip to content

Commit

Permalink
Merge pull request #9403 from jpbetz/automated-cherry-pick-of-#9336-o…
Browse files Browse the repository at this point in the history
…rigin-release-3.2

Automated cherry pick of #9336
  • Loading branch information
gyuho committed Mar 8, 2018
2 parents a537163 + ceaa55e commit 3710c24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy/httpproxy/reverse.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ func (p *reverseProxy) ServeHTTP(rw http.ResponseWriter, clientreq *http.Request
case <-closeCh:
atomic.StoreInt32(&requestClosed, 1)
plog.Printf("client %v closed request prematurely", clientreq.RemoteAddr)
cancel()
case <-completeCh:
}
}()
Expand Down

0 comments on commit 3710c24

Please sign in to comment.