- Sponsor
-
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: hyperium/hyper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: svix/hyper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
Can’t automatically merge.
Don’t worry, you can still create the pull request.
- 16 commits
- 14 files changed
- 7 contributors
Commits on Jul 7, 2022
-
fix(http1): fix
http1_header_read_timeout
to use same future (#2891)Co-authored-by: silence <[email protected]> (cherry picked from commit 5fa113e)
Configuration menu - View commit details
-
Copy full SHA for c5a14e7 - Browse repository at this point
Copy the full SHA c5a14e7View commit details -
chore(lib): bump MSRV to 1.56 (#2902)
(cherry picked from commit a563404)
Configuration menu - View commit details
-
Copy full SHA for 128bc7f - Browse repository at this point
Copy the full SHA 128bc7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ff6213 - Browse repository at this point
Copy the full SHA 0ff6213View commit details
Commits on Sep 23, 2022
-
feat(server): add
Server::tcp_keepalive_interval
and `Server::tcp_k……eepalive_retries` (#2991) If the platform supports setting the options, otherwise it's a noop.
Configuration menu - View commit details
-
Copy full SHA for 287d712 - Browse repository at this point
Copy the full SHA 287d712View commit details
Commits on Oct 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 73dd474 - Browse repository at this point
Copy the full SHA 73dd474View commit details
Commits on Oct 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 78e2c58 - Browse repository at this point
Copy the full SHA 78e2c58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fa3638 - Browse repository at this point
Copy the full SHA 9fa3638View commit details
Commits on Oct 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9ad4055 - Browse repository at this point
Copy the full SHA 9ad4055View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8765e0 - Browse repository at this point
Copy the full SHA e8765e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04d637e - Browse repository at this point
Copy the full SHA 04d637eView commit details
Commits on Nov 7, 2022
-
fix(http2): Fix race condition in client dispatcher (#3041)
There exists a race condition in ClientTask::poll() when the request that is sent via h2::client::send_request() is pending open. A task will be spawned to wait for send capacity on the sendstream. Because this same stream is also stored in the pending member of h2::client::SendRequest the next iteration of the poll() loop can call poll_ready() and call wait_send() on the same stream passed into the spawned task. Fix this by always calling poll_ready() after send_request(). If this call to poll_ready() returns Pending save the necessary context in ClientTask and only spawn the task that will eventually resolve to the response after poll_ready() returns Ok. Closes #2419
Configuration menu - View commit details
-
Copy full SHA for 2f1c0b7 - Browse repository at this point
Copy the full SHA 2f1c0b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4912c6d - Browse repository at this point
Copy the full SHA 4912c6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d32beb3 - Browse repository at this point
Copy the full SHA d32beb3View commit details
Commits on Dec 1, 2022
-
Allow special headers w/ arbitrary name casing (#1)
Allows adding headers with arbitrary casing so that we can have headers that are all-caps, all upper-case, or whatever else we want. Co-authored-by: James Lucas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac7f12a - Browse repository at this point
Copy the full SHA ac7f12aView commit details
Commits on Dec 9, 2022
-
Make HeaderCaseMap public (#2)
This allows case-sensitive headers to be added by simply adding a HeaderCaseMap-typed extension to the hyper Request object. Co-authored-by: James Lucas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ef6b75 - Browse repository at this point
Copy the full SHA 5ef6b75View commit details
Commits on Dec 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b901ca7 - Browse repository at this point
Copy the full SHA b901ca7View commit details
There are no files selected for viewing