elazarl / goproxy

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

Bugfix in proxy.go while using multiple handlers #415

Open chaudhryfaisal opened 3 years ago

chaudhryfaisal commented 3 years ago

should pass updated req for remaining handlers

CoolSpring8 commented 3 years ago

related to #352