barnacs / compy

HTTP/HTTPS compression proxy
ISC License
207 stars 35 forks source link

bug mentioned in #66 fixed #68

Closed Web-Distortion closed 3 years ago

Web-Distortion commented 4 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 3 years ago

Thank you for your contribution @Web-Distortion!