Thanks to visit codestin.com
Credit goes to github.com

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: rack/rack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.8
Choose a base ref
...
head repository: rack/rack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.9
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Jun 14, 2023

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

Commits on Jan 31, 2024

  1. Fix content-length calcuation in Rack:Response#write (#2150)

    When `Rack::Response` is initialized with an Array, it incorrectly
    increments its internal `@length` value and emitted content-length
    header on every subsequent write. The more times `write` is called, the
    more the error accumulates.
    
    This commit fixes the accumulation bug, and fixes/adds specs to properly
    test the scenario where `write` is used multiple times.
    mattbrictson authored and ioquatix committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c8b977f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3d415e View commit details
    Browse the repository at this point in the history
  3. Bump patch version.

    ioquatix committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    0b3f997 View commit details
    Browse the repository at this point in the history
Loading