Skip to content

Tags: MetaCubeX/quic-go

Tags

v0.45.0

Toggle v0.45.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
metrics: add an example Grafana dashboard (quic-go#4559)

* metrics: add an example Grafana dashboard

* metrics: rename Handshake Duration to Handshake Latency

Co-authored-by: sukun <[email protected]>

---------

Co-authored-by: sukun <[email protected]>

v0.44.0

Toggle v0.44.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
http3: fix memory leak in stream state tracking (quic-go#4523)

* fix(http3): handle streamStateSendAndReceiveClosed in onStreamStateChange

Signed-off-by: George MacRorie <[email protected]>

* refactor(http3): adjust stateTrackingStream to operate over streamClearer and errorSetter

* test(http3): remove duplicate test case

* chore(http3): rename test spies to be mocks

---------

Signed-off-by: George MacRorie <[email protected]>

v0.43.1

Toggle v0.43.1's commit message
http3: pass original Conn to ConnContext (quic-go#4480)

* http3: Pass original Conn to ConnContext

quic-go#4479

* Update test to check conn value

v0.43.0

Toggle v0.43.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
http3: sniff Content-Type when flushing the ResponseWriter (quic-go#4412

)

* try to sniff content-type as long as the data is not written to the client

* only write when body is allowed

* fix tests

* fix tests

* fix header count

* fix lint

* merge from upstream

* merge updates from master

* Update http3/response_writer.go

Co-authored-by: Marten Seemann <[email protected]>

---------

Co-authored-by: Marten Seemann <[email protected]>

v0.42.0

Toggle v0.42.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
close connection when an abnormally large number of frames are queued (

…quic-go#4369)

Under normal circumstances, we should be able to send out control frames
right away, so we don't expect any queue to build up. To defend against
resource exhaustion attacks, we limit the control frame queue to 16384
elements.

v0.41.0

Toggle v0.41.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
http3: add a basic README (quic-go#4246)

v0.40.0

Toggle v0.40.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
document what happens to established connections on Listener.Close (q…

…uic-go#4138)

v0.39.0

Toggle v0.39.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update gomock to v0.3.0 (quic-go#4087)

v0.38.1

Toggle v0.38.1's commit message

v0.38.0

Toggle v0.38.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
http3: automatically add content-length for small responses (quic-go#…

…3989)

* response writer: add content-length automatically when response is small enough and doesn't call Flush

* fix comment

* add integration test

* Update http3/response_writer.go

* Update integrationtests/self/http_test.go

---------

Co-authored-by: Marten Seemann <[email protected]>