barnacs / compy

HTTP/HTTPS compression proxy
ISC License
204 stars 34 forks source link

bug mentioned in #66 fixed #68

Closed Web-Distortion closed 2 years ago

Web-Distortion commented 3 years ago

bug mentioned in #66 fixed by adding: user_agent = r.header().Get("User-Agent") w.header().Set("User-Agent", user_agent)

gaul commented 2 years ago

Thank you for your contribution @Web-Distortion!