commit | 35e1007cf8eeb1d86a95a03685e3f61021c57722 | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Mon Jan 06 13:26:17 2025 -0800 |
committer | Gopher Robot <gobot@golang.org> | Thu Jan 09 11:12:58 2025 -0800 |
tree | d21e46af5c81956f794f6d4781352d2ab641dbc3 | |
parent | 0a5dcdd8587c55c948da7ba9a94ca3bf8f39d821 [diff] |
quic, internal/quic/quicwire: split wire encode/decode functions to new package HTTP/3 also uses QUIC varints. Move the more general-purpose wire encoding/decoding functions into a new internal/quic/quicwire package so they can be shared. For golang/go#70914 Change-Id: Id888baf131e90a12247e15a6f7bc7dc37c6dc572 Reviewed-on: https://go-review.googlesource.com/c/net/+/641496 Auto-Submit: Damien Neil <dneil@google.com> Reviewed-by: Jonathan Amsterdam <jba@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This repository holds supplementary Go networking packages.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/net.
The main issue tracker for the net repository is located at https://go.dev/issues. Prefix your issue with “x/net:” in the subject line, so it is easy to find.