-
-
Notifications
You must be signed in to change notification settings - Fork 51
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: socketry/async-http
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.60.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: socketry/async-http
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.61.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 66 files changed
- 4 contributors
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c58bafb - Browse repository at this point
Copy the full SHA c58bafbView commit details
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d876e3d - Browse repository at this point
Copy the full SHA d876e3dView commit details
Commits on Sep 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b6e4c52 - Browse repository at this point
Copy the full SHA b6e4c52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99959b0 - Browse repository at this point
Copy the full SHA 99959b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66e3e9b - Browse repository at this point
Copy the full SHA 66e3e9bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 553e844 - Browse repository at this point
Copy the full SHA 553e844View commit details -
Configuration menu - View commit details
-
Copy full SHA for b49f02a - Browse repository at this point
Copy the full SHA b49f02aView commit details
Commits on Sep 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 26a52f0 - Browse repository at this point
Copy the full SHA 26a52f0View commit details
Commits on Oct 24, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for a6f0617 - Browse repository at this point
Copy the full SHA a6f0617View commit details -
Configuration menu - View commit details
-
Copy full SHA for 789983a - Browse repository at this point
Copy the full SHA 789983aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for fe9fcc4 - Browse repository at this point
Copy the full SHA fe9fcc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c492d3 - Browse repository at this point
Copy the full SHA 2c492d3View 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 v0.60.2...v0.61.0