Skip to content

Conversation

@Noah-Kennedy
Copy link
Contributor

No description provided.

drcaramelsyrup and others added 11 commits December 29, 2025 23:32
For v1, this represents a safe default to prevent the next request after
an unfinished request write from appearing as and being rejected as a
pipelined request on the same connection.
… events are registered for h2 idle pool, filter out closed connections when retrieving from h2 in use pool.
Includes-commit: 1f163c2
Replicated-from: #731
This also avoids a panic if the session tries to write a response before
the downstream request parsing is finished, e.g. due to invalid request.
This came up in a lint that it was returned by a public function and that
the `Full` variant is never constructed. Allow for it to remove the lint.
Test was flaking in internal CI. Increased the write size so that it is
not failing.
drcaramelsyrup and others added 10 commits January 16, 2026 14:15
If the final response is read at the same time as a 1xx response, only
the 1xx response may be properly parsed while the final response is
interpreted as part of the preread body.

This change "rewinds" the preread bytes so the next response header read
call parses them.
Enables TLS key logging for rustls when debug_ssl_keylog is enabled.

Includes-commit: 7aa15dd
Replicated-from: #745
This extended field enables users to adjust the cache age of an asset if
the local asset updated timestamp is insufficient. This may be helpful
in the case of layered caches if a remote cache's age should be shown
and used for freshness calculation instead of the local cache's metadata.
Exposes a new_mtls method for creating a HttpProxy with a client_cert_key to enable mtls peers.

Includes-commit: d71251e
Replicated-from: #784
@Noah-Kennedy Noah-Kennedy force-pushed the bleeper-nkennedy-f4e5ae2d44 branch from 2b8e0a7 to 9563115 Compare January 16, 2026 20:16
@Noah-Kennedy Noah-Kennedy merged commit ad449bf into main Jan 16, 2026
7 checks passed
@Noah-Kennedy Noah-Kennedy deleted the bleeper-nkennedy-f4e5ae2d44 branch January 16, 2026 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants