-
Notifications
You must be signed in to change notification settings - Fork 2k
can you update your examples? #704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@zhudan those are probably out of date to begin with. We could really use your help updating them :) |
@indexzero when i post a xml body, i want modify this body, but the proxy post the xml is escaped (""" become """), so the content-length header is smaller than the length of body. it's can not post all xml. the code is this line, https://github.com/nodejitsu/node-http-proxy/blob/caronte/lib/http-proxy/passes/web-incoming.js#L117 ; i modified this line to proxyReq.end(req.rawbody), it's work, but it can not work in all environment. i really want to know why ? can you tell me? thank you~ |
done! |
Could you submit a pull request for this change? |
@indexzero Ok, i will update later. |
updated. #712 |
https://github.com/nodejitsu/node-http-proxy/tree/caronte/examples/middleware
the connect is update to 3.2.0; your examples can not start up!
The text was updated successfully, but these errors were encountered: