-
-
Notifications
You must be signed in to change notification settings - Fork 754
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
Corrected --proxy-headers client ip/host when using a unix socket #636
Conversation
Also let's go with more descriptive Pull Request names, please. 😃 References to issues ought to go in the description, eg "Refs #634" rather than in the PR name. |
done ! no excuses :) |
Cool, it's using the new CI with windows fine 😁 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, yup.
sorry I cant squash and merge, got the same issue where it wants to have tests made before the CI change to pass. |
…cket (encode#636)" This reverts commit a796e1d
…cket (encode#636)" This reverts commit a796e1d.
…socket (#729) * Revert "Corrected --proxy-headers client ip/host when using a unix socket (#636)" This reverts commit a796e1d * Distinguish case fd/unix socket to return correctly client * Handle windows case * Added test for AF_UNIX socket type Modified MockSocket peername to pass tuples instead of list because socket.getpeername() and socket.getsockname() return tuples * Black * Removed test, black works locally but not in CI.... * Same deal on the server side of things * Test on AF_UNIX only if it is in socket * Simpler handling * Removed debug leftovers
should fix #634