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

Unblock subsequent requests when an async over sync Dns call runs for too long #92863

Closed
wants to merge 9 commits into from

Commits on Oct 1, 2023

  1. propagate cancellation

    antonfirsov committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    af1c187 View commit details
    Browse the repository at this point in the history
  2. explicit queue

    antonfirsov committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    5c16a1b View commit details
    Browse the repository at this point in the history
  3. sealit

    antonfirsov committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    817a64c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'dns-queue-timeout-02' of https://github.com/antonfirsov…

    …/runtime into dns-queue-timeout-02
    
    # Conflicts:
    #	src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs
    antonfirsov committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    9ec1c8c View commit details
    Browse the repository at this point in the history
  5. fix some bugs

    antonfirsov committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    52972c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ca0aff View commit details
    Browse the repository at this point in the history
  7. avoid closures

    antonfirsov committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    641038b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8899efc View commit details
    Browse the repository at this point in the history
  9. cleanup

    antonfirsov committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    51ce157 View commit details
    Browse the repository at this point in the history