Go to file
Andy Pan c87a5b62e2 http2: set up the timer of closing idle connection after the initialization
Fixes golang/go#66763

Change-Id: I046028b6072a6da77e7f1b4d1f2e6b14f8edb042
Reviewed-on: https://go-review.googlesource.com/c/net/+/578115
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Damien Neil <dneil@google.com>
2024-05-16 22:34:05 +00:00
bpf bpf: check for little endian CPU for OS VM comparison 2023-06-06 21:42:20 +00:00
context all: update go directive to 1.18 2023-10-11 21:58:12 +00:00
dict all: fix a few function names on comments 2022-10-12 13:50:44 +00:00
dns/dnsmessage all: fix some typos 2024-03-21 09:28:29 +00:00
html html: fix typo in package doc 2024-04-18 22:01:12 +00:00
http http/httpguts: speed up ValidHeaderFieldName 2024-04-15 20:43:53 +00:00
http2 http2: set up the timer of closing idle connection after the initialization 2024-05-16 22:34:05 +00:00
icmp all: update go directive to 1.18 2023-10-11 21:58:12 +00:00
idna all: update go directive to 1.18 2023-10-11 21:58:12 +00:00
internal quic: move package out of internal 2024-02-27 18:30:56 +00:00
ipv4 all: update go directive to 1.18 2023-10-11 21:58:12 +00:00
ipv6 all: update go directive to 1.18 2023-10-11 21:58:12 +00:00
lif all: update go directive to 1.18 2023-10-11 21:58:12 +00:00
nettest all: update go directive to 1.18 2023-10-11 21:58:12 +00:00
netutil all: correct typos in comments 2023-02-07 17:08:46 +00:00
proxy proxy: fix TestDial failures on wasm/js 2019-06-28 18:53:45 +00:00
publicsuffix all: update go directive to 1.18 2023-10-11 21:58:12 +00:00
quic quic: initiate key rotation earlier in connections 2024-05-03 21:52:40 +00:00
route all: update go directive to 1.18 2023-10-11 21:58:12 +00:00
trace all: fix some comments 2023-02-08 14:49:55 +00:00
webdav webdav: return 409 for PUT without parent collection 2024-05-10 17:25:32 +00:00
websocket websocket: re-add documentation for DialConfig 2024-03-04 17:27:04 +00:00
xsrftoken xsrftoken: add custom timeout support for valid func 2020-10-08 22:28:04 +00:00
.gitattributes net: add .gitattributes (fixes windows build) 2014-12-23 17:05:08 +11:00
.gitignore gitignore: remove obsolete reference to .hgignore in comment 2020-03-20 18:12:08 +00:00
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests 2018-03-14 18:02:42 +00:00
LICENSE LICENSE: add 2012-03-17 15:20:00 +11:00
PATENTS go.net: add PATENTS file to the subrepo. 2012-04-16 11:24:46 +10:00
README.md README.md: add badge to pkg.go.dev 2020-12-07 22:46:15 +00:00
codereview.cfg net: add codereview.cfg 2015-03-18 17:04:12 +00:00
go.mod go.mod: update golang.org/x dependencies 2024-05-06 16:24:48 +00:00
go.sum go.mod: update golang.org/x dependencies 2024-05-06 16:24:48 +00:00

README.md

Go Networking

Go Reference

This repository holds supplementary Go networking libraries.

Download/Install

The easiest way to install is to run go get -u golang.org/x/net. You can also manually git clone the repository to $GOPATH/src/golang.org/x/net.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html. The main issue tracker for the net repository is located at https://github.com/golang/go/issues. Prefix your issue with "x/net:" in the subject line, so it is easy to find.