-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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: hyperium/hyper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.15
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: hyperium/hyper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.16
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 17 files changed
- 4 contributors
Commits on Nov 18, 2021
-
feat(server): add HTTP/1 header read timeout option (#2675)
Adds `Server::http1_header_read_timeout(Duration)`. Setting a duration will determine how long a client has to finish sending all the request headers before trigger a timeout test. This can help reduce resource usage when bad actors open connections without sending full requests. Closes #2457
Configuration menu - View commit details
-
Copy full SHA for 842c655 - Browse repository at this point
Copy the full SHA 842c655View commit details
Commits on Nov 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1010614 - Browse repository at this point
Copy the full SHA 1010614View commit details
Commits on Nov 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5f938ff - Browse repository at this point
Copy the full SHA 5f938ffView commit details
Commits on Nov 30, 2021
-
fix(server): use case-insensitive comparison for Expect: 100-continue (…
Configuration menu - View commit details
-
Copy full SHA for 7435cc3 - Browse repository at this point
Copy the full SHA 7435cc3View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for ce82425 - Browse repository at this point
Copy the full SHA ce82425View commit details
Commits on Dec 6, 2021
-
fix(http2): received
Body::size_hint()now return 0 if implicitly e……mpty (#2715) An HTTP/2 stream may include a set of headers, and a flag signalling END-STREAM, even if a `content-length` isn't included. hyper wouldn't notice, and so the `Body` would report a size-hint of `0..MAX`. hyper now notices that the stream is ended, and couldn't possibly include any bytes for the body, and thus will give a size-hint of `0` exactly.
Configuration menu - View commit details
-
Copy full SHA for 84b78b6 - Browse repository at this point
Copy the full SHA 84b78b6View commit details
Commits on Dec 9, 2021
-
feat(http2): add
http2_max_send_buf_sizeoption to client and serverThis value is like a high-water mark. It applies per stream. Once a stream has buffered that amount of bytes to send, it won't poll more data from the `HttpBody` until the stream has been able to flush under it.
Configuration menu - View commit details
-
Copy full SHA for bff977b - Browse repository at this point
Copy the full SHA bff977bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41dee4a - Browse repository at this point
Copy the full SHA 41dee4aView 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.14.15...v0.14.16