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: socketry/async-http
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.60.2
Choose a base ref
...
head repository: socketry/async-http
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.61.0
Choose a head ref
  • 12 commits
  • 66 files changed
  • 4 contributors

Commits on Aug 25, 2023

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

Commits on Sep 5, 2023

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

Commits on Sep 11, 2023

  1. Modernize gem.

    ioquatix committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    b6e4c52 View commit details
    Browse the repository at this point in the history
  2. Falcon now uses sus.

    ioquatix committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    99959b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66e3e9b View commit details
    Browse the repository at this point in the history
  4. Bump protocol-http1 from 0.15.0 to 0.15.1 in /examples/google

    Bumps [protocol-http1](https://github.com/socketry/protocol-http1) from 0.15.0 to 0.15.1.
    - [Changelog](https://github.com/socketry/protocol-http1/blob/main/release.cert)
    - [Commits](socketry/protocol-http1@v0.15.0...v0.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: protocol-http1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and ioquatix committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    553e844 View commit details
    Browse the repository at this point in the history
  5. Remove rspec artefacts.

    ioquatix committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    b49f02a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. downgrade log level

    zarqman authored and ioquatix committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    26a52f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Save reason phrase in Protocol::HTTP1::Response (#146)

    Save away the raw reason phrase provided by the server as some systems use it to communicate additional status details.
    uberjay authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    a6f0617 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    789983a View commit details
    Browse the repository at this point in the history
  3. Fix handling of request bodies in HTTP/1 server loop. (#138)

    1. Fixes an old regression where request = nil should be conditional upon the request body, but was incorrectly the response body. Looking at the git history, the original behavior was ... unless request.body and was changed in b3cc9ce, seemingly accidentally during a refactor.
    
    I occasionally experience random hangs when running my test suite and believe this might be one cause of them.
    
    2. Changes the handling of unconsumed bodies from request.finish to request.each{}.
    
    finish buffers the request fully in memory as a Buffered, causing needless memory bloat in the ruby process. Using each skips the buffering, but is otherwise behaves the same.
    zarqman authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    fe9fcc4 View commit details
    Browse the repository at this point in the history
  4. Bump minor version.

    ioquatix committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    2c492d3 View commit details
    Browse the repository at this point in the history
Loading