RepoNotes
Toggle theme
Loading ...
Sign in
golang/net
[mirror] Go supplementary network libraries
2993
21
55
Readme
Notes
New Note
Sign in to add notes for this repository
RN
golang
11852
Followers
0
Following
61
Repos
No Twitter
The Go Programming Language
Branches
release-branch.go1.15
release-branch.go1.15-bundle
release-branch.go1.14
Releases
Commits
internal/http3: avoid data race for roundTripState.reqBody There is currently a data race because roundTripState.reqBody is written in writeBodyAndTrailer, which might execute concurrently with close
go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: I955c34b3a622f9e18ced91a9adcf307dc845607a Reviewed-on: https://go-review.googles
quic: avoid depending on golang.org/x/sys/unix To test our HTTP/3 implementation against tests in std, we need to vendor the http3 package. However, http3 relies on quic, which relies on x/sys/unix.
Issues
fix hpack typo
html: add PrependChild and InsertAfter
fix: Tmp files used by form are not destroyed