Skip to content
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

Detect address family when using --fd option #479

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    dc5e069 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Add option to use alternative listeners with DaphneTestingInstance

    Additionally, allow the caller to disable the default listener on 127.0.0.1.
    InvalidInterrupt committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    3d9bbeb View commit details
    Browse the repository at this point in the history
  2. Detect address family for fd endpoints

    By detecting the address family rather than assuming AF_INET,
    we allow unix domain sockets to be inherited properly.
    InvalidInterrupt committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    f635094 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5517728 View commit details
    Browse the repository at this point in the history
  4. Relax options.packages.find.include to make tox happy

    Setuptools handled this fine but tox skips installing modules within
    the top-level package
    InvalidInterrupt committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    50829d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. fixup! Add test for inherited UNIX sockets

    Eliminate dependency on httpunixsocketconnection; it does not declare
    compatibility with Python 3.7.
    
    Patching an HTTPConnection object like this is hackish, but may be good
    enough for a test suite. I think it's pretty unlikely to lead to a false
    negative.
    InvalidInterrupt committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    34e2475 View commit details
    Browse the repository at this point in the history