-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: hyperium/hyper
base: master
head repository: svix/hyper
compare: main
- 16 commits
- 14 files changed
- 8 contributors
Commits on Jul 7, 2022
-
fix(http1): fix
http1_header_read_timeoutto 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_intervaland `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
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 master...main