elazarl / goproxy

An HTTP proxy library for Go
BSD 3-Clause "New" or "Revised" License
6.06k stars 1.1k forks source link

remove duplicate call to proxy.filterResponnse on downstream errors #512

Closed btoews closed 8 months ago

btoews commented 1 year ago

proxy.filterResponse is called a few lines bellow (L168). It doesn't make much sense to call proxy.filterResponse with the response returned from proxy.filterResponse.