-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: v2.2.8.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: rack/rack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.11
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 11 files changed
- 8 contributors
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3314622 - Browse repository at this point
Copy the full SHA 3314622View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99057e6 - Browse repository at this point
Copy the full SHA 99057e6View commit details
Commits on Sep 13, 2023
-
Return empty when parsing a multi-part POST with only one end delimiter. Fixed: #2103 Sending the following request in a browser generates a request with with only one end delimiter. ```javascript const formData = new FormData(); const request = new Request('http://127.0.0.1:8080/', { method: 'POST', body: formData, }); const response = fetch(request); ``` ``` curl 'http://127.0.0.1:8080/' \ -H 'Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryR1LC4tR6ayskIXJm' \ --data-raw $'------WebKitFormBoundaryR1LC4tR6ayskIXJm--\r\n' ``` This request is not compliant RFC7578, but is generated by major browsers such as FireFox and Chrome. Supporting this request will cause the multipart parser to return an empty value.
Configuration menu - View commit details
-
Copy full SHA for fdb12cb - Browse repository at this point
Copy the full SHA fdb12cbView commit details
Commits on Feb 21, 2024
-
Merge branch '2-2-sec' into 2-2-stable
* 2-2-sec: bump version Avoid 2nd degree polynomial regexp in MediaType Return an empty array when ranges are too large Fixing ReDoS in header parsing
Configuration menu - View commit details
-
Copy full SHA for f7d40f9 - Browse repository at this point
Copy the full SHA f7d40f9View commit details
Commits on Mar 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b1deebd - Browse repository at this point
Copy the full SHA b1deebdView commit details
Commits on Sep 9, 2024
-
[2.2-stable] Fix compatibility issues with Ruby 3.4.0dev (#2248)
* Remove dependency on `base64` The gem was made a default gems, so it should be added to the gemspec, but most gems out there decided to just use `pack/unpack` to not add a dependency, that's the approach I used there. * Fix URI deprecation warnings Ref: ruby/uri#114 * Update CI matrix * Restore Ruby 2.3 compatibility --------- Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6ae7057 - Browse repository at this point
Copy the full SHA 6ae7057View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 14c9dec - Browse repository at this point
Copy the full SHA 14c9decView commit details
Commits on Feb 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f8b41c1 - Browse repository at this point
Copy the full SHA f8b41c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa5a0f5 - Browse repository at this point
Copy the full SHA aa5a0f5View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.2.8.1...v2.2.11