-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Maintenance #1251
Merged
Merged
Maintenance #1251
Commits on Apr 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f611880 - Browse repository at this point
Copy the full SHA f611880View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6c396f - Browse repository at this point
Copy the full SHA f6c396fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2d9f2b - Browse repository at this point
Copy the full SHA d2d9f2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66d1337 - Browse repository at this point
Copy the full SHA 66d1337View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5be846b - Browse repository at this point
Copy the full SHA 5be846bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98b6469 - Browse repository at this point
Copy the full SHA 98b6469View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7370b06 - Browse repository at this point
Copy the full SHA 7370b06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58df2a4 - Browse repository at this point
Copy the full SHA 58df2a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5b7a83 - Browse repository at this point
Copy the full SHA b5b7a83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4269f88 - Browse repository at this point
Copy the full SHA 4269f88View commit details -
Add method parameter to options for overriding the proxy-outgoing HTTP-method
Configuration menu - View commit details
-
Copy full SHA for 528a688 - Browse repository at this point
Copy the full SHA 528a688View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9fff45 - Browse repository at this point
Copy the full SHA e9fff45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f6f2e0 - Browse repository at this point
Copy the full SHA 2f6f2e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52d8fa1 - Browse repository at this point
Copy the full SHA 52d8fa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48f372b - Browse repository at this point
Copy the full SHA 48f372bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93e48b1 - Browse repository at this point
Copy the full SHA 93e48b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0a5022 - Browse repository at this point
Copy the full SHA c0a5022View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2399f85 - Browse repository at this point
Copy the full SHA 2399f85View commit details
Commits on Apr 20, 2018
-
Include websocket non-upgrade response
When the server do not accept the upgrade request for websockets the server's response was previously not included and sent back. Now the proxy will include the response in these cases. Fixes #890.
Configuration menu - View commit details
-
Copy full SHA for 54dd4f4 - Browse repository at this point
Copy the full SHA 54dd4f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9e99e1 - Browse repository at this point
Copy the full SHA f9e99e1View commit details -
Fix "Can't set headers after they are sent" errors
This PR tries to fix "Can't set headers after they are sent" errors. That are a lot of situations where this error can occurs. In my case, it is happening because I have others middlewares (in an expressjs application that tries to proxy requests). Some of those middlewares (like [passportjs](http://passportjs.org/), or [cors](https://www.npmjs.com/package/cors)) can run ```res.end()``` and when the proxy receive a response, it is already finished. So, it is necessary to test if we can write on the user response when the proxy response is ready. I think it could also fix #930, #1168, #908
Configuration menu - View commit details
-
Copy full SHA for b0a4489 - Browse repository at this point
Copy the full SHA b0a4489View commit details -
issue #953: stop using writeHead
object.keys in web-incoming.js results in a non-deterministic ordering of keys, which means that in web-outgoing writeHead might be called before setHeader, which throws an error
Configuration menu - View commit details
-
Copy full SHA for 74c07c9 - Browse repository at this point
Copy the full SHA 74c07c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad6bbd7 - Browse repository at this point
Copy the full SHA ad6bbd7View commit details -
[test] add test for selfHandleRequest and remove modifyResponse as se…
…lfHandleRequest is the only way that functionality works
Configuration menu - View commit details
-
Copy full SHA for ebfee65 - Browse repository at this point
Copy the full SHA ebfee65View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca9d4ce - Browse repository at this point
Copy the full SHA ca9d4ceView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.