No9 / harmon

middleware for node-http-proxy to modify the remote website response with trumpet
Other
424 stars 62 forks source link

upgrade trumpet to 1.6.5 fixes #12 #13

Closed smazurov closed 10 years ago

smazurov commented 10 years ago

API changed and calling original _end in the res.end was no longer good enough, as only some data was sent back. This fixes it and updates trumpet to 1.6.5.

There is also 2 minor style/global leak fixes.

No9 commented 10 years ago

Thanks LGTM Will merge and publish to npm soon.