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.52.0
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.52.3
Choose a head ref
  • 9 commits
  • 14 files changed
  • 1 contributor

Commits on Apr 25, 2020

  1. Ensure the connection headers are written correctly.

    HTTP/1.0 persistent connections were not working correctly because
    `write_empty_body` does not write connection headers. Prefer to use
    `write_body` which implements the correct logic.
    ioquatix committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    a832d02 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Prefer gems.rb.

    ioquatix committed May 5, 2020
    Configuration menu
    Copy the full SHA
    fbfd74c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f63e9c View commit details
    Browse the repository at this point in the history
  3. Patch version bump.

    ioquatix committed May 5, 2020
    Configuration menu
    Copy the full SHA
    e9faaa7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    935da72 View commit details
    Browse the repository at this point in the history
  5. Fix slowloris spec.

    ioquatix committed May 5, 2020
    Configuration menu
    Copy the full SHA
    9810e84 View commit details
    Browse the repository at this point in the history
  6. Patch version bump.

    ioquatix committed May 5, 2020
    Configuration menu
    Copy the full SHA
    4e6ea03 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Update dependencies.

    ioquatix committed May 8, 2020
    Configuration menu
    Copy the full SHA
    5b3f425 View commit details
    Browse the repository at this point in the history
  2. Patch version bump.

    ioquatix committed May 8, 2020
    Configuration menu
    Copy the full SHA
    f938774 View commit details
    Browse the repository at this point in the history
Loading