Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ooni/oohttp

Fork of Go stdlib's net/http that works with alternative TLS libraries like refraction-networking/utls.
https://github.com/ooni/oohttp

chore: add PATENTS file from Go repository

8e922fd76aced8db303b9ba43e3b6eee425eb163 authored over 2 years ago by Simone Basso <[email protected]>
chore: update examples to use latest version

fa82bc93b8766c91b25bcb2c23a4b147a2c885b0 authored over 2 years ago by Simone Basso <[email protected]>
Merge pull request #26 from ooni/merged-main

chore: upgrade to go1.18.2

See https://github.com/ooni/probe/issues/2077 and https://github.c...

fb27ebcf5f1edeb0a7a67b22b75535645a64e437 authored over 2 years ago by Simone Basso <[email protected]>
Merge branch 'go1.18.2' into merged-main

Conflicts:
h2_bundle.go
header.go
httptest/server_test.go
httptrace/trace.go
main_test.go
...

28055cd03da41937ce0c4cedebd53774b98fa9cf authored over 2 years ago by Simone Basso <[email protected]>
chore: instructions to merge with go1.18.2

3e90d5ed289614ea65853c68c5d3c7144f1f3dc3 authored over 2 years ago by Simone Basso <[email protected]>
Merge pull request #25 from ooni/merged-main

chore: update to go1.17.10

b149a1255625f45b5d0fb0dd230ab2ffdb055ba9 authored over 2 years ago by Simone Basso <[email protected]>
Merge branch 'golang-http-upstream' into merged-main

Conflicts:
httptest/server_test.go

ed52e655fd0aba96940ee08c42cf70b0a5f19140 authored over 2 years ago by Simone Basso <[email protected]>
doc: instructions to merge with go1.17.10

fda830da3a9737abcff3cd57e93599f7af56f802 authored over 2 years ago by Simone Basso <[email protected]>
net/http/cookiejar: allow cookies with an IP address in the domain attribute

A set domain attribute in a cookie in a Set-Cookie header is intended to
create a domain cookie,...

df397f7b0d5cb504f7f9157bc618c8a0fdf6c600 authored over 2 years ago by Volker dobler <[email protected]>
all: fix spelling

Change-Id: Iee18987c495d1d4bde9da888d454eea8079d3ebc
GitHub-Last-Rev: ff5e01599ddf7deb3ab6ce190b...

eaf469d0cd714065c3ce321a314427798f87a3c9 authored over 2 years ago by John Bampton <[email protected]>
net/http: unskip TestEarlyHintsRequest_h2

golang/net#134 and golang/net#96 have been merged.
This patch updates h2_bundle.go and enables T...

7bfffa9b7094c31d0e76e6c53f3f75b735a56f3a authored over 2 years ago by Kévin Dunglas <[email protected]>
net/http: allow sending 1xx responses

Currently, it's not possible to send informational responses such as
103 Early Hints or 102 Proc...

4c8caba6ae4aeb407b8344422ec929c6ca28c7a8 authored over 2 years ago by Kévin Dunglas <[email protected]>
all: update vendored golang.org/x dependencies for Go 1.19 release

The Go 1.19 code freeze has recently started. This is a time to update
all golang.org/x/... modu...

1c296bac14622662c74d5e61221b7957084184bb authored over 2 years ago by Dmitri Shuralyov <[email protected]>
Revert "net/http: close accepted connection"

This reverts CL 353714.

The change closes accepted connection also in graceful shutdown which
b...

26034b5abeb87a537e89a5bbe780058d1f5b803b authored over 2 years ago by Alexander Yastrebov <[email protected]>
net/http: close accepted connection

Fixes #48642

Change-Id: I7bf00517bea43dcf38e15b778818a3a3f6ffe23e
GitHub-Last-Rev: a0e8b80f18dc...

2f9ed78031dbcc3f5338bcd94a0515767d6c8dad authored over 2 years ago by Alexander Yastrebov <[email protected]>
[release-branch.go1.18] net/http/httptest: fix race in Server.Close

When run with race detector the test fails without the fix.

For #51799
Fixes #51897

Change-Id:...

cc3228fa9cea177c5d8f88b060a567e81d47f9d0 authored over 2 years ago by Maisem Ali <[email protected]>
[release-branch.go1.17] net/http/httptest: fix race in Server.Close

When run with race detector the test fails without the fix.

For #51799
Fixes #52455

Change-Id:...

955a0660bcdea263ef11f47813a252a4a63150f0 authored over 2 years ago by Maisem Ali <[email protected]>
all: fix some lint issues

Make some code more simple.

Change-Id: I801adf0dba5f6c515681345c732dbb907f945419
GitHub-Last-Re...

89b8c534969179047d9e2c13ff9e442b0b05d78b authored over 2 years ago by Ryan Leung <[email protected]>
io: NopCloser forward WriterTo implementations if the reader supports it

This patch also include related fixes to net/http.

io_test.go don't test reading or WritingTo o...

d452cd54ed59f8d146d509d43a7e202cfdce4ea4 authored over 2 years ago by Jorropo <[email protected]>
net/http: fix for recent go.mod update

cmd/internal/moddeps was failing.
Ran the commands it suggested:

% go mod tidy ...

2d2a24ccc6e70a966a4f3371d8589dee3d8b7947 authored over 2 years ago by Russ Cox <[email protected]>
vendor, net/http: update golang.org/x/net to tip

Needed for CL 400236.

Change-Id: Ia0b4a5963724ed92be27f557ad141335b389e97f
GitHub-Last-Rev: b0e...

7712cc5319af3b173d270f58cd1bed43bf530e44 authored over 2 years ago by Jorropo <[email protected]>
net/http: add MaxBytesError

Fixes #30715

Change-Id: Ia3712d248b6dc86abef71ccea6e705a571933d53
GitHub-Last-Rev: 6ae68402a5a7...

e8b3a55251301165f3c135ba7ce0ea1a241b4cda authored over 2 years ago by Carl Johnson <[email protected]>
doc: instructions to sync-up with go1.17.9

95de2c8268f495b426ee3765ea10c4563b37e4c4 authored over 2 years ago by Simone Basso <[email protected]>
net/http: drop mimesniff for audio/basic

The WHATWG Mime Sniffing Standard we follow dropped support for
.snd / audio/basic.
https://gith...

4c39379bc53c3122d1e34b266694d91c6b4f5fbd authored over 2 years ago by Sean Liao <[email protected]>
net/http: deflake TestTransportConnectionCloseOnRequest

Fixes #52450 (hopefully)

Change-Id: Ib723f8efb4a13af1b98c25cd02935425172d01e6
Reviewed-on: http...

9388865dcde0d602aa2daa207a9aa11eabf27a6f authored over 2 years ago by Brad Fitzpatrick <[email protected]>
net/http: eliminate arbitrary timeouts in TestServerRequestContextCancel_ConnClose

These timeouts are empirically sometimes (but rarely) too short on
slower builders, and at any r...

94420c312efe7c5498507396a7085b1e74c92247 authored over 2 years ago by Bryan C. Mills <[email protected]>
net/http: correctly show error types in transfer test

actualReader and tc.expectedReader are reflect.Type instances,
not the actual objects.

Change-I...

f7c52e4b83f810ed436bd44b9f8382588f12efce authored over 2 years ago by Jorropo <[email protected]>
net/http: optimize StatusText implementation

The current implementation, although more succinct, relies on a runtime
lookup to a "constant" u...

dbbdd0eb9a8d0eacd92e905b17bca42221dc3fff authored over 2 years ago by João Penteado <[email protected]>
net/http: remove cloneURL call in WithContext

Fixes #52239

Change-Id: I08b75e613e3c976855e39d01a6757d94e4207bf8
Reviewed-on: https://go-revie...

1729125ad616838890657d5ffdddfaea70445ab7 authored over 2 years ago by Bobby Powers <[email protected]>
chore: update submodule's dependencies

b683bc0f8d53ba160817bcaa9f9b7363cbd1d95e authored over 2 years ago by Simone Basso <[email protected]>
chore: update dependencies

See https://github.com/ooni/probe/issues/2067

86049e1476e25687083b9661aeab45a4c26d7aa5 authored over 2 years ago by Simone Basso <[email protected]>
Merge pull request #24 from ooni/merged-main

chore: update to go1.17.8

d8bf2ddcaebd7ab4d22642166c455ff7a134c751 authored over 2 years ago by Simone Basso <[email protected]>
Merge branch 'golang-http-upstream' into merged-main

See https://github.com/ooni/probe/issues/2067

b1a54bd0b8fe68e620677bcaf2cf28d9572abf90 authored over 2 years ago by Simone Basso <[email protected]>
doc(README): update instructions to use go1.17.8

606150876844cd3c90eceae484b997f2f350879e authored over 2 years ago by Simone Basso <[email protected]>
net/http/httptest: allow multiple fields be present in one Trailer field

Fixes #51761

Change-Id: Ibaa17076ba51b666e25333e78180b8c7c4c940ec
Reviewed-on: https://go-revie...

61c3ed3bee7b1df30b1a1b06d522f4fd1e573c48 authored over 2 years ago by Maxime Soulé <[email protected]>
all: gofmt main repo

[This CL is part of a sequence implementing the proposal #51082.
The design doc is at https://go...

fa9716269aee277c6acc6e8a1e8ef8d5a9129677 authored over 2 years ago by Russ Cox <[email protected]>
all: consistently use US spelling of present participles

It has been agreed that we should prefer the US spelling of words like
"canceling" over "cancell...

44fab78f11c66b493e673a91164acc59ff2fd237 authored almost 3 years ago by Daniel Martí <[email protected]>
net/http: ignore ECONNRESET errors in TestTransportConcurrency on netbsd

The source of these errors is undiagnosed, but they have only been
observed on netbsd builders (...

b7a29ff2d2b72deea9a5b6ed09c71fcc5fb4fc6b authored almost 3 years ago by Bryan C. Mills <[email protected]>
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments

go/doc in all its forms applies this replacement when rendering
the comments. We are considering...

653838e81d4577a73de93385b58634fd05520e77 authored almost 3 years ago by Russ Cox <[email protected]>
all: remove trailing blank doc comment lines

A future change to gofmt will rewrite

// Doc comment.
//
func f()

to

// Doc comment.
fun...

988a6abcf805c050559cea83bad34ca42438bfce authored almost 3 years ago by Russ Cox <[email protected]>
all: fix TODO comment hanging indents

For whatever reason (perhaps some tool does this), a handful of comments,
including some doc com...

b56da2ca46d1fee5646ad8db4b4918d589b6cf66 authored almost 3 years ago by Russ Cox <[email protected]>
all: fix various doc comment formatting nits

A run of lines that are indented with any number of spaces or tabs
format as a <pre> block. This...

ee8a36c6893aa6545a2b58152b0970b3c8b2e94e authored almost 3 years ago by Russ Cox <[email protected]>
net/http: handle 3xx responses with no Location

RFC 7231 does not require that a 3xx response contain a Location header.
When receiving such a r...

0895345692d297ea56b61fd0a66873c9352e7130 authored almost 3 years ago by Damien Neil <[email protected]>
net/http/httptest: fix race in Server.Close

When run with race detector the test fails without the fix.

Fixes #51799

Change-Id: I273adb6d3...

774cf6576d3f9631cf49dcd2f69894ad68a8c625 authored almost 3 years ago by Maisem Ali <[email protected]>
net/http/httputil: ignore CloseNotify when a non-background context is present

If the http.Request passed to ReverseProxy.ServeHTTP has a context
with a non-nil Done channel, ...

4cdf629308eed30fd54a6a07e54bc93bddbf58f1 authored almost 3 years ago by Damien Neil <[email protected]>
net/http: fix nil body causing ParseMultipartForm to panic

ParseMultipartForm relies on a valid multipartReader, if the request body is nil,
the multipartR...

b59cffc0b383a9b09e4a6b97744ea3a1ab14a0fd authored almost 3 years ago by hopehook <[email protected]>
net/http: flesh out Request.SetBasicAuth docs a bit

Clarify that username can't contain a colon.
See https://go.dev/play/p/aM25UHC6n98

Change-Id: I...

65c421cd507f9613d0a1271b3966a2b7917a49c2 authored almost 3 years ago by Brad Fitzpatrick <[email protected]>
all: update vendored x dependencies for Go 1.19 development cycle

Generated with x/build/cmd/updatestd.

Updates #36905.

Change-Id: I5d12dfc3b49c1476ce4b8d4cbeb3...

176c267a04395e8a9ceb43f5c1d3920de918906a authored almost 3 years ago by Heschi Kreinick <[email protected]>
net/http/pprof: skip TestDeltaProfile on all arm and arm64 architectures

Given that we have seen failures with the same failure mode on both
openbsd/arm and android/arm6...

e2f6b66d7d435d15eb11a866a8233126d702c7b8 authored almost 3 years ago by Bryan C. Mills <[email protected]>
net/http: deflake request-not-written path

When we receive an error writing the first byte of a request to a
reused connection, we retry th...

78cfccaea46e07c1eb95f03c445843305dab2890 authored almost 3 years ago by Damien Neil <[email protected]>
[release-branch.go1.17] net/http/internal/testcert: use FIPS-compliant certificate

Upgrade the test certificate from RSA 1024 (not FIPS-approved)
to RSA 2048 (FIPS-approved), allo...

9db8067206c2c2e7891c22045c9cd265e578e00f authored almost 3 years ago by Damien Neil <[email protected]>
net/http: skip TestClientTimeout_Headers_h{1,2} on windows/arm and windows/arm64

This extends the skip added in CL 375635 to the "_Headers" variant of
the test, since we have ob...

ddb5fd028bde40a1fd027acdfe539469cd165c59 authored almost 3 years ago by Bryan C. Mills <[email protected]>
doc: document TLSClientFactory (#23)

doc: document TLSClientFactory

940b7f7db71e91322c7be5678f862d8a84f5f747 authored almost 3 years ago by Simone Basso <[email protected]>
doc: document TLSClientFactory

It seems TLSClientFactory works regardless of whether we're
using a proxy or not.

Therefore, us...

6aafb92ce199683e2eee3e71928ec04efc33a634 authored almost 3 years ago by Simone Basso <[email protected]>
feat: add factory for TLS proxying with uTLS (v3) (#22)

feat: add factory for TLS proxying with uTLS (v3)

f9b4e3638d0a9afbf01a6db2bfa26bcfd77f1899 authored almost 3 years ago by Simone Basso <[email protected]>
feat: add factory for TLS proxying with uTLS (v3)

This commit build upon 475e58062b3ef43e1dacea9d5ecc39bfd4b71353 to
allow users to optionally spe...

25835384f714f0bdc2a2b52dc7577bfd4ea2efae authored almost 3 years ago by Simone Basso <[email protected]>
Sync with go1.17.6 (#21)

Sync with go1.17.6

acf78d8fc890b04fdf75ab9798ea4d48aab3e24d authored almost 3 years ago by Simone Basso <[email protected]>
Merge branch 'golang-http-upstream' into merged-main

bb7713e2d8d2e4ab97a35d87bee5e934ad64dc3e authored almost 3 years ago by Simone Basso <[email protected]>
net/http: map FS Open errors just like Dir

When an http.FileServer is given a path like file1/file2 where file1
exists but file2 does not, ...

a9d7b8f3d2db77a6ef9f50be130e35b8ac62654f authored almost 3 years ago by Jonathan Amsterdam <[email protected]>
net/http/internal/testcert: use FIPS-compliant certificate

Upgrade the test certificate from RSA 1024 (not FIPS-approved)
to RSA 2048 (FIPS-approved), allo...

377fbc32c86ed219b47ca1d37635b3d552325a19 authored about 3 years ago by Damien Neil <[email protected]>
[release-branch.go1.17] net/http: update bundled golang.org/x/net/http2

Pull in approved backports to golang.org/x/net/http2:

21a9c9c http2: prioritize RST_STREAM ...

25a1b6f360f3ce72d781967c2accb32942a41c47 authored about 3 years ago by Carlos Amedee <[email protected]>
net/http: skip TestClientTimeout_h{1,2} on windows/arm and windows/arm64

These tests are empirically flaky on the windows/arm and windows/arm64
builders, with a consiste...

ec46572f8779ce868f9cb9b286e770c5b88e96da authored about 3 years ago by Bryan C. Mills <[email protected]>
Merge pull request #20 from ooni/tls-factory-example

doc: show how to use the experimental tls factory

ce1c6b50756ce36f11abb7ef06f4ae1707348308 authored about 3 years ago by Simone Basso <[email protected]>
Update example/example-proxy/main.go

de9a54abd733cbe709e2565118d56e06232c255e authored about 3 years ago by Simone Basso <[email protected]>
fix: avoid race between listen and connect

Interestingly, I didn't see this on macOS but now I see it on
my Linux system (where I just test...

984314b787646a2654270cdbe5f9678e64eb73de authored about 3 years ago by Simone Basso <[email protected]>
doc: show how to use the experimental tls factory

This commit adds a new example showing how one can use the
experimental TLSClientFactory functio...

3baf04e57af02561d2c9ba3f9d73a4dccccf160c authored about 3 years ago by Simone Basso <[email protected]>
Merge pull request #19 from ooni/utls-factory

feat: add factory for TLS proxying with uTLS (v2)

47436feafc4ca0cd9689f3d5951686ebd778b73f authored about 3 years ago by Simone Basso <[email protected]>
feat: add factory for TLS proxying with uTLS (v2)

This commit adds an experimental factory for create proxying
TLS connections using uTLS rather t...

475e58062b3ef43e1dacea9d5ecc39bfd4b71353 authored about 3 years ago by Simone Basso <[email protected]>
net/http: fix link to ResponseWriter trailer example

The links to this example were using an underscore separator
instead of a hyphen, and incorrect ...

3aac33be72070fc131be5df7952f1c960e226329 authored about 3 years ago by Reilly Watson <[email protected]>
net/http/pprof: skip TestDeltaProfile on openbsd/arm

It is observed to be flaky on the only openbsd/arm builder.
Skipping on that platform until some...

5b7063018b45e0279259536d27c0c97635efeefa authored about 3 years ago by Bryan C. Mills <[email protected]>
net/http: revert h2_bundle.go formatting change from CL 368254

h2_bundle.go is automatically generated from x/net/http2. Any
formatting changes within that fil...

25594fd0acd62c74a99511a85014a81020c35788 authored about 3 years ago by Bryan C. Mills <[email protected]>
all: gofmt -w -r 'interface{} -> any' src

And then revert the bootstrap cmd directories and certain testdata.
And adjust tests as needed.
...

58f8aec9c9bb7e671e51f9c7ac2e6751e7c02512 authored about 3 years ago by Russ Cox <[email protected]>
net/http: update bundled golang.org/x/net/http2

Pull in security fix

2d13015 http2: cap the size of the server's canonical header cache

an...

26ce15bb23c99272f3ac776d1e8f30ff9121186b authored about 3 years ago by Filippo Valsorda <[email protected]>
[release-branch.go1.17] net/http: update bundled golang.org/x/net/http2

Pull in security fix

84cba54 http2: cap the size of the server's canonical header cache

Up...

2268922ba1695001c293e3d9bc5095fca7bab104 authored about 3 years ago by Filippo Valsorda <[email protected]>
net/http: remove arbitrary timeout in TestServerHijackGetsBackgroundByte_big

This test fails with "timeout" once per couple of months.
It may be that the arbitrary timeout i...

4c86b44d0c2795ba28136d130eaa66f9eb27dc1d authored about 3 years ago by Bryan C. Mills <[email protected]>
Merge pull request #18 from ooni/update-submodule

chore: update submodule's dependencies

a14131163a5e74a4af17741ff7d7f6d6837f85b3 authored about 3 years ago by Simone Basso <[email protected]>
chore: update submodule's dependencies

55d0617b8160336536c0cfe5b10d10fa747f37fe authored about 3 years ago by Simone Basso <[email protected]>
Merge pull request #17 from ooni/update-go-mod

chore: update go.mod version and dependencies

209dd31a30a455d467e7d69875e2fb84aeeeaece authored about 3 years ago by Simone Basso <[email protected]>
chore: update go.mod version and dependencies

22fd1a620f1e054eaba883022cff778b57162625 authored about 3 years ago by Simone Basso <[email protected]>
Merge pull request #16 from ooni/merged-main

feat: merge go1.17.4 and add factory for uTLS proxy

3f5c93bb907121eeee03b29fb76c71927299dfb5 authored about 3 years ago by Simone Basso <[email protected]>
feat: add factory for TLS proxying with uTLS

This commit adds an experimental factory for create proxying
TLS connections using uTLS rather t...

d6f7e24250e479a949b8cd230186fe8a4eaed071 authored about 3 years ago by Simone Basso <[email protected]>
Merge branch 'golang-http-upstream' into merged-main

bde36fd0f583f76f2a072a6fb336b24c119cfa97 authored about 3 years ago by Simone Basso <[email protected]>
[release-branch.go1.17] net/http: update bundled golang.org/x/net/http2

Pull in approved backports to golang.org/x/net/http2:

85e122b net/http2: Fix handling of ex...

dd046401b629ed9c56cd5d66fa25b2d89b0f2eec authored about 3 years ago by Michael Anthony Knyszek <[email protected]>
[release-branch.go1.17] net/http: do not send Transfer-Encoding: identity in responses

Server handlers may set a "Transfer-Encoding: identity" header on
responses to disable chunking,...

049ae839a07de26282c2999c14ff91db30f6716c authored about 3 years ago by Damien Neil <[email protected]>
[release-branch.go1.17] net/http: do not cancel request context on response body read

When sending a Request with a non-context deadline, we create a
context with a timeout. This con...

d94556885d0504cb1b4e9a000a78e9a707ff3ff0 authored about 3 years ago by Damien Neil <[email protected]>
net/http: eliminate arbitrary timeout in TestClientWriteShutdown

This test occasionally hangs on the darwin-arm64-11_0-toothrot
builder. When it does, it fails w...

d02e33a845c656595b29197fcbdddc6fee7e36ae authored about 3 years ago by Bryan C. Mills <[email protected]>
vendor: update golang.org/x/net to tip

This brings in a fix for OpenBSD that lets it correctly gather network
interface information.

F...

37c423a6e5db09eb1a1ea0a145f403ec16811c68 authored about 3 years ago by Ian Lance Taylor <[email protected]>
net/http: do not send Transfer-Encoding: identity in responses

Server handlers may set a "Transfer-Encoding: identity" header on
responses to disable chunking,...

b9766a7a416f5726deca95fa49c98c6d489965bb authored about 3 years ago by Damien Neil <[email protected]>
net/http: do not cancel request context on response body read

When sending a Request with a non-context deadline, we create a
context with a timeout. This con...

7e3e56b0033af3665ef5ffd5ea323255bacb585f authored about 3 years ago by Damien Neil <[email protected]>
Merge pull request #14 from ooni/update-examples

chore: update examples' dependencies

59269855280a6222891daba911f61dcc4114c676 authored about 3 years ago by Simone Basso <[email protected]>
chore: update examples' dependencies

ecc037ce78a10e2f672f0a8d288115df0f71fd31 authored about 3 years ago by Simone Basso <[email protected]>
Merge pull request #13 from ooni/merged-main

Update to go1.17.3

9fc06c067bd626e9fa3df394157a85c2dd4de6e8 authored about 3 years ago by Simone Basso <[email protected]>
chore: run test workflow with -race

374c93c61753ee7bb7c993905ea1d2ef4651ac2d authored about 3 years ago by Simone Basso <[email protected]>
chore: improve update instructions

4a65bd1f03e4e4b695b81fa06accea226ed08149 authored about 3 years ago by Simone Basso <[email protected]>
Merge branch 'golang-http-upstream' into merged-main

Conflicts:
h2_bundle.go

9270f5b19b7ad5783714a44872479c9cd97f6f2c authored about 3 years ago by Simone Basso <[email protected]>
all: update vendored golang.org/x/{net,text} for Go 1.18 release

The Go 1.18 code freeze has recently started. This is a time to update
all golang.org/x/... modu...

1868863a0fe828ab39ce82ea4f17d5adc56cdfff authored about 3 years ago by Dmitri Shuralyov <[email protected]>
net/http: add MaxBytesHandler

Fixes #39567

Change-Id: I226089b678a6a13d7ce69f360a23fc5bd297d550
GitHub-Last-Rev: 6435fd5881fc...

bd0d5ec0402d5761faa84898068972e435c94ff9 authored about 3 years ago by Carl Johnson <[email protected]>
net/http: deflake TestTimeoutHandlerContextCanceled

Fixes #49448

Change-Id: Ie2acff7dedbca9bd1cc0b1b3dd0a01573c7befee
Reviewed-on: https://go-revie...

db100bb679c75cf8a1032747b7b08a9f8c761baa authored about 3 years ago by Damien Neil <[email protected]>
net/http: fix spelling in documentation

Change-Id: I8b0924300eafe27de98975512a78a6527a92e446
Reviewed-on: https://go-review.googlesource...

a538eecd3cd15204118b93f81a7a4781d161ab46 authored about 3 years ago by jiahua wang <[email protected]>
net/http: adjust a substring which matches "uninteresting" goroutine

This change allows the check to pass unmodified under GopherJS, which
stack traces are formatted...

3a1781a431aa0c26123db60d513044f1a44b1648 authored about 3 years ago by Nevkontakte <[email protected]>