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: swift-server/async-http-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.22.0
Choose a base ref
...
head repository: swift-server/async-http-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.22.1
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 3, 2024

  1. Fix NIO deprecations after update to 2.71.0 (#769)

    `NIOTooManyBytesError` now requires the `maxBytes` in its initializer.
    fabianfett authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    776a1c2 View commit details
    Browse the repository at this point in the history
  2. Fix crash when writablity becomes false and races against finishing t…

    …he http request (#768)
    
    ### Motivation
    
    If the channel's writability changed to false just before we finished a
    request, we currently run into a precondition.
    
    ### Changes
    
    - Remove the precondition and handle the case appropiatly
    
    ### Result
    
    A crash less.
    fabianfett authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1120541 View commit details
    Browse the repository at this point in the history
Loading