dvonlehman / express-request-proxy

Advanced streaming http request proxy middleware for Express with support for custom routes, caching, and response transforms.
95 stars 38 forks source link

Problems with transform #38

Open busheezy opened 5 years ago

busheezy commented 5 years ago

I'm having an issue with the transform. Even when just trying to push back the data unedited, I have issues.

https://github.com/busheezy/express-request-proxy-transform-issue

My "buffer" is just a random blob of binary, it seems. Maybe I'm only getting one piece or maybe I'm doing something completely wrong.

Thanks.