RepoNotes
Toggle theme
Loading ...
Sign in
golang/net
[mirror] Go supplementary network libraries
2946
21
54
Readme
Notes
New Note
Sign in to add notes for this repository
RN
golang
10327
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
go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: Icb45ef272d4eb5920b8e531ba311b3efb42af72c Reviewed-on: https://go-review.googles
go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: Ief62c666e731ea5aa7bbf9b6be66c47cb463f867 Reviewed-on: https://go-review.googles
http2: correctly wrap ErrFrameTooLarge in Framer.ReadFrame In Framer.ReadFrame's frame-too-large check, the code that checks for HTTP/1.1 looking frames accidentally wrapped the unrelated err from th
Issues
Add Scheme Locking to prevent race condition
fix hpack typo
html: add PrependChild and InsertAfter