-
-
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
Check address family to fill wsgi env properly #718
Conversation
I must admit I don't have a good grasp of the underlying networking code. It seems to address the immediate issue with unpacking the sockname tuple. However in terms of equivalency to the old code.
|
131da95
to
6e48b17
Compare
@merrellb oh, I forgot it, thanks |
6e48b17
to
abe92fd
Compare
Cool. So we prefer to get SERVER_NAME and SERVER_PORT from the message rather than self.transport.get_extra_info('sockname')? |
abe92fd
to
61d8495
Compare
61d8495
to
2e5eb61
Compare
@asvetlov done. Also added skipTest if no AF_UNIX (appveyor) |
Check address family to fill wsgi env properly
thanks |
No description provided.