Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

[New quic-go version] v0.41.0 #13

Closed
github-actions bot opened this issue Jan 17, 2024 · 1 comment
Closed

[New quic-go version] v0.41.0 #13

github-actions bot opened this issue Jan 17, 2024 · 1 comment

Comments

@github-actions
Copy link

New Features

  • When calling quic.Connection.SendDatagram, we now queue up to 32 DATAGRAMs before blocking this method: #4222. This should lead to significant performance improvements for applications that send a lot of datagrams.
  • DATAGRAM frames that don't fit into a packet (at the current MTU) are now dropped: #4221.
  • http3: The remote address (as a net.Addr) can now be obtained from the HTTP/3 request context using the http3.RemoteAddrContextKey: #4208. Thanks to @oncilla!
  • http3: When an http.Handler panics, the stream is now reset: #4181. Thanks to @WeidiDeng!
  • http3: The http3.Server now has a ConnContext function, working analogously to http.Server.ConnContext: [#4230](https://github.com/quic-go/quic-go/pull…

Would you like to know more?

Read the full article on the following website:

https://github.com/quic-go/quic-go/releases/tag/v0.41.0

@sumire88
Copy link
Contributor

Resolved in 0049ada

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant