Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: agronholm/anyio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tjstum/anyio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 21, 2019

  1. Gracefully handle socket creation failure

    It is possible that the call to create a regular socket fails, even
    before you try to do anything with it. In those cases, we should allow
    another attempt to succeed.
    
    One way that this can happen is on linux with `ipv6.disable=1` on the
    kernel command line. In this case, opening a socket with an IPv6
    address family will fail with EAFNOSUPPORT.
    tjstum committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    4ccd40b View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

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