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

all: use cannot instead of can not

You can not use cannot, but you cannot spell cannot can not.

Change-Id: I2f0971481a460804de96fd...

9c95af299704f21030d833079f2497a07816ba6a authored almost 9 years ago
all: replace strings.Index with strings.Contains where possible

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

ac3d5b05c2239d7446de57f37a58a430fa5271f9 authored almost 9 years ago
net/http: fix bug where http2 wasn't enabled on DefaultTransport

I had accidentally disabled a headline feature at the last second. :(

Fixes #14391

Change-Id: ...

4202ce8c94d5d0d0246d9f37247e19be0fd43c5b authored almost 9 years ago
net/http: update bundle command

This is the bundle command's new usage and new output header,
after CL 19428.

Actually running ...

f596d637393e06efd5868ca6826b5faab8c45a62 authored almost 9 years ago
net/http: update bundled http2 to fix gzip crash on Read after NewReader error

Updates x/net/http2 to git rev 62685c2 for https://golang.org/cl/19483

Change-Id: Id01331cdba03...

468856a323709a39b9c6bab697403e16d42b9f81 authored almost 9 years ago
net/http/httptest: make Server.CloseClientConnections wait for conns to close

httptest.Server was rewritten during Go 1.6, but
CloseClientConnections was accidentally made as...

04c9122b103e3c4b4701152334d603057cbfc75d authored almost 9 years ago
net/http: be more conservative about enabling http2 on Transports

For now, don't enable http2 when Transport.TLSConfig != nil.
See background in #14275.

Also don...

e1b20291c0dbc92a5241a3cba29fed0a465958f1 authored almost 9 years ago
net/http: make ListenAndServeTLS treat GetCertificate as a set cert too

ListenAndServeTLS doesn't require cert and key file names if the
server's TLSConfig has a cert c...

ee5e1b9c43537a837267d5df9ebfd4197d6132de authored almost 9 years ago
net/http: deflake TestCloseNotifierPipelined

The test sends two HTTP/1.1 pipelined requests. The first is
completedly by the second, and as ...

c30daebed26de2e4fbcfc71fbb43a2127df511d9 authored almost 9 years ago
net/http: fix doc typo

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

37e3a2ac8fea3da6f93d71f84cf6ad1d870a9d6c authored almost 9 years ago
net/http: update bundled http2

Updates x/net/http2 to git rev 493a262 for https://golang.org/cl/19223

Fixes #14227

Change-Id:...

36512675b708645e13c976f92e978a3348c98015 authored almost 9 years ago
net/http: document Request.Header and Request.Close more

Updates #14227

Change-Id: If39f11471ecd307c9483f64e73f9c89fe906ae71
Reviewed-on: https://go-rev...

79e895a7db7442edc99752cd8b7fadd667d07322 authored almost 9 years ago
net/http/httputil: also remove non-standard Proxy-Connection hop-by-hop header

libcurl sends this (despite never being standardized), and the Google
GFE rejects it with a 400 ...

73ecaedadeb4b37ae68c1a7c9b23c8f66cd7106a authored almost 9 years ago
net/http/httputil: fix spelling of Trailer hop-by-hop header per errata

RFC Errata 4522 (http://www.rfc-editor.org/errata_search.php?eid=4522)
notes that RFC 2616 had a...

c812051656759aca1123ef49d5f0577eeeb770db authored almost 9 years ago
net/http: mark TestTLSServerClosesConnection as flaky on all systems

Fixes #14195

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

6ef715b2833dbf56f4fc7aefb950276a8c533d0d authored almost 9 years ago
net/http: update bundled http2, fix Transport memory leak

Updates x/net/http2 to git rev 644ffc for three CLs since the last update:

http2: don't add *Re...

84f504fdcc2e32ddf4cf4cb55c322d6bab059fcd authored almost 9 years ago
net/http: add protections against misuse of ServeFile

Martin Lenord pointed out that bad patterns have emerged in online
examples of how to use ServeF...

8b6b701e9f0433580019dbfd48279763344bd22b authored almost 9 years ago
net/http: quiet http2 log spam

Updates x/net/http2 to git rev eb066e3 for https://golang.org/cl/18932

Fixes #13925
Fixes #1406...

f5e40fca12e3b1eef2088e366e494825855852dd authored almost 9 years ago
net/http: document TimeFormat more

Fixes #14103

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

33adaeba21a4eda75dcab8db6c758d9177039b56 authored almost 9 years ago
net/http: fix nit in test

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

e920626c4cc208ec88a9a153bd2a5ccca8d1b721 authored almost 9 years ago
net/http: don't retain *http.Request in Transport's HTTP/2 path

Fixes #14084

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

99a227f0471d8595f353a620e7b52445dafce50e authored almost 9 years ago
net/http/httputil: clarify docs on the Dump functions

Also don't nil out the Request or Response Body on error. Just leave
it in its previous broken s...

d272f01a399f0436f07d7d7931f1b7edfd7ae312 authored almost 9 years ago
net/http: update bundled http2

Updates x/net/http2 to git rev 2e9cee70 for https://golang.org/cl/18801

Change-Id: I4689c5704bb...

aefef126c5af992a81c9cd4472ae28083b898f9e authored almost 9 years ago
net/http: check max size of HTTP chunks

Thanks to Régis Leroy for noticing.

Change-Id: I5ca2402efddab4e63d884a9d315fc1394e514cb7
Review...

1cef8b2cf9617474713b836cc32bd5c43d32ee5b authored almost 9 years ago
net/http: make Client propagate Request.Cancel over redirected requests

On HTTP redirect, the HTTP client creates a new request and don't copy
over the Cancel channel. ...

2801ec0248e7d2f549ca32676c0adb22b40f28dc authored about 9 years ago
net/http: update http2 to check header values, move from vendor to internal

Updates x/net/http2 to git rev b2ed34f for https://golang.org/cl/18727

Updates #14029 (fixes it...

7cb48553fb801c15d0f875f9219cdb6553e6eee3 authored about 9 years ago
net/http: make hidden http2 Transport respect remaining Transport fields

Updates x/net/http2 to git rev 72aa00c6 for https://golang.org/cl/18721
(but actually at https:/...

e1dcf9ed4c29d5fa19237e8124bd6c0e1cfb6f58 authored about 9 years ago
net/http: clarify docs on Request.Proto field

No need to say "by default" because there is no alternative and no way
to override. Always HTTP/...

15cc0cfd5c76e5e124c9f13542a7ad9dbbbd3916 authored about 9 years ago
net/http: make http2 Transport send Content Length

Updates x/net/http2 to git rev 5c0dae8 for https://golang.org/cl/18709

Fixes #14003

Change-Id:...

5e77917b4ca82d682056b83faf161704a2761c4c authored about 9 years ago
net/http: panic on bogus use of CloseNotifier or Hijacker

Fixes #14001

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

e734d3e12ffe1661f7d2b8e71ca11e47f646b706 authored about 9 years ago
net/http: update bundled http2, pass through Transport.CloseIdleConnections

Wire up Transport.CloseIdleConnections to http2.Transport.CloseIdleConnections.

Updates x/net/h...

997a99426b2b59afcbf7bebadf61d0162c48147d authored about 9 years ago
net/http: update bundled http2

If a user starts two HTTP requests when no http2 connection is
available, both end up creating n...

2730e22547f917b330c5f53c529c5ab6316c0ef0 authored about 9 years ago
net/http: fix flaky TestServerValidatesHostHeader

Passes with go test -race -count=1000 -name=TestServerValidatesHostHeader now
without hanging.

...

7706156fdbfa1bf12c1d8f20fc5403e19ecfb375 authored about 9 years ago
net/http: update bundled http2

Updates x/net/http2 to git rev 341cd08 for https://golang.org/cl/18576

Change-Id: If5dcb60ac449...

df643542fe9ec4e5d832ad247f7310498b4136a1 authored about 9 years ago
net/http: clarify ConnState StateActive docs for HTTP/2

Update #13925

Change-Id: I7cd0625fad841eb0e3f364629f9bc225aa2fdce9
Reviewed-on: https://go-revi...

68ea1cab8c5780943eed5589dde6dc3035f916d9 authored about 9 years ago
net/http: update bundled http2

Updates x/net/http2 to git rev c93a9b4f2a for https://golang.org/cl/18474

Forgot to submit this...

ce95165eaae0f910362e8ca417cdfc87af35f63f authored about 9 years ago
net/http: fix Transport crash when abandoning dial which upgrades protos

When the Transport was creating an bound HTTP connection (protocol
unknown initially) and then e...

5213112c6a1e93685d87a0954ad8d45d6329cfed authored about 9 years ago
net/http: reject non three digit status codes in ReadResponse

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

8908469de40bdb0dedb9c34691e60e712aacb97a authored about 9 years ago
net/http2: update bundled http2

Update bundled http2 to git rev 76365a4 for https://golang.org/issue/18571

Fixes golang/go#1392...

1e74bb896fd9956e0c9a5af79a639f4139428629 authored about 9 years ago
net/http: support URLs without schemes in http.Redirect

Many browsers now support schemeless URLs in the Location headers
and also it is allowed in the ...

51a9ed4cea63e99a1d154c65b04035aadbeca032 authored about 9 years ago
net/http: update bundled http2

Updates http2 to x/net git rev 0e6d34ef942 for https://golang.org/cl/18472
which means we'll get...

507a633b86f51d7a21e88de9405568e680147b87 authored about 9 years ago
net/http: don't remove Expect Request header in Server.

Fixes #13893

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

53bd2e4021d7ffc928575f26616c2e14b0b06a03 authored about 9 years ago
net/http: improve ReadResponse test coverage

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

bdc85e6ba93b225f04f4993a1a3142c3dd6226e4 authored about 9 years ago
net/http: fix validHeaderValue yet again, excluding the DEL CTL byte

Third time's a charm.

Thanks to Ralph Corderoy for noticing the DEL omission.

Update #11207

C...

d2e3329e10d8d88399682e24f0ace2a0ac9fbaf0 authored about 9 years ago
net/http: fix too-strict validation of server header values

As Andy Balholm noted in #11207:

"RFC2616 §4.2 says that a header's field-content can consist o...

6297a02d127046694c848c68ecb144eb3a03e919 authored about 9 years ago
net/http: document GODEBUG settings, update bundled http2

Document the three GODEBUG environment variables in the package doc.

Updates the bundled http2 ...

8c9229b43fb20e3a139ca2401538adddeabdc514 authored about 9 years ago
net/http: add some tests around sending & receiving star requests

I thought there was still work to do in http2 for this, but I guess
not: the work for parsing th...

de32a5464e7ce1f781a6b0acc1d03fa91771425a authored about 9 years ago
net/http: update bundled http2, fixes TestConcurrentReadWriteReqBody_h2

Updates http2 to x/net git rev 520af5de654d for
https://golang.org/cl/18370

Fixes #13659

Chang...

03119bceebb7820c74d4c0d611cb183d98e7054c authored about 9 years ago
net/http: Minor fix to error messages in test.

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

34ca574fd6c968b3e0fd81b8d17330f854dd3c00 authored about 9 years ago
net/http: update bundled http2; fixes TestTransportAndServerSharedBodyRace_h2

Update bundled http2 to git rev d1ba260648 (https://golang.org/cl/18288).

Fixes the flaky TestT...

b148f9c5d2afd39f2c385bfe81db811bfb55bcc7 authored about 9 years ago
net/http, net/http/httputil: fix nits found by vet

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

ad023108940c9525883916e7b2449411f7338c2d authored about 9 years ago
net/http: fix flaky TestTransportCancelBeforeResponseHeaders test

Add a couple more cases where we convert random network I/O errors
into errRequestCanceled if th...

617114c578394adc602c975689777e77d60ab688 authored about 9 years ago
net/http: add mechanism for marking flaky http tests

This shouldn't need to exist in general, but in practice I want something
like this a few times ...

25edfee717b9a13145dd18b6483ef1d7c11a536e authored about 9 years ago
net/http: update bundled http2, add test for Transport's User-Agent behavior

Adds a test that both http1 and http2's Transport send a default
User-Agent, with the same behav...

62a44ead73f095f348500e6354eec4b28a0ac177 authored about 9 years ago
net/http: better documentation for Transport

Mention that:
- connection pooling is enabled by default,
- the Transport is safe for concurrent...

f1c1d20b2b451d59cc5489569a670aa4b49f3cce authored about 9 years ago
net/http/pprof: stop profiling if client's connection closes

Fixes #13833

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

7d620cbee324a8d08f9ce29bd10f6677ff4772d5 authored about 9 years ago
net/http: update bundled copied of x/net/http2 to git rev 961116aee

Update net/http's copy of http2 (sync as of x/net git rev 961116aee,
aka https://golang.org/cl/1...

ae30413045a87dca15d9167a103b11dedf26a790 authored about 9 years ago
net/http: make Client use Request.Cancel for timeouts instead of CancelRequest

In the beginning, there was no way to cancel an HTTP request.

We later added Transport.CancelRe...

f34ec53f0e7aeed9f5011baa2d56f85580b74d0b authored about 9 years ago
net/http: tighten protocol between Transport.roundTrip and persistConn.readLoop

In debugging the flaky test in #13825, I discovered that my previous
change to tighten and simpl...

3e0bd9760ca9d6bbad6ca8e9ae2d860105c2357a authored about 9 years ago
net/http: relax recently-updated rules and behavior of CloseNotifier

The CloseNotifier implementation and documentation was
substantially changed in https://golang.o...

4b99c213a60ff932a14d092e901e9d6447eba35b authored about 9 years ago
net/http: deflake tests in full mode after t.Parallel additions

https://golang.org/cl/18087 added a bunch of t.Parallel calls, which
aren't compatible with the ...

e1e8758fad679962e6d1d8597cffb74a4897d53a authored about 9 years ago
net/http: update docs on Request.Proto, ProtoMajor, ProtoMinor

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

46209c3a510e26cb03708556d854e26fa3ca95ef authored about 9 years ago
build: shorten a few packages with long tests

Takes 3% off my all.bash run time.

For #10571.

Change-Id: I8f00f523d6919e87182d35722a669b0b96b...

d969881f893b55e30d92a5600de7c059913bbde2 authored about 9 years ago
net/http: fix typo in docstring

s/activitiy/activity

Change-Id: Ib2bbc929b38b1993000da57daed2d795f4a93997
Reviewed-on: https://...

d46195ca5e74ade0f769f018a8285150ae1e2969 authored about 9 years ago
net/http: add new HTTP 451 status code, Unavailable For Legal Reasons.

Approved by the IETF.

https://datatracker.ietf.org/doc/draft-ietf-httpbis-legally-restricted-st...

71806ab81a4573050452545d696a4af251f113af authored about 9 years ago
net/http: document that Server.TLSNextProto has automatic HTTP/2 also

Copy the same sentence from Transport.TLSNextProto.

Change-Id: Ib67bf054e891a68be8ba466a8c52968...

b93634f8fffa3b7134a12b43e5a0085bae58367c authored about 9 years ago
net/http: document ResponseWriter and Handler more; add test

Update docs on ResponseWriter and Handler around concurrency.

Also add a test.

The Handler doc...

4fb66a6bd5f5f60359e69c490a5197fc9c6fff20 authored about 9 years ago
net/http: don't accept invalid bytes in server request headers

Fixes #11207

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

317ba8936e1b91fe8b7a381cba8e765c584062b7 authored about 9 years ago
net/http: be more consistent about Request.Method "" vs "GET"

Patch from Russ.

No bug identified, but I didn't search exhaustively. The new code is
easier to...

7612282b868f78dcdf8cbc62dc59f21cef28db42 authored about 9 years ago
net/http: update bundled http2, add tests reading response Body after Close

Updates to golang.org/x/net/http2 git rev 28273ec9 for
https://golang.org/cl/17937

Fixes #13648...

d27fcc6cca29d1d4984e36acbd969d72a8a2c56b authored about 9 years ago
net/http: updated bundled http2 to finish trailer support

This updates the bundled copy of x/net/http2 to git rev d2ecd08
for https://golang.org/cl/17912 ...

1ef0675ee4f4f402fa210f275417cc170066cd2a authored about 9 years ago
net/http: document a few ServeMux behaviors

Fixes #13639.
Fixes #11757.

Change-Id: Iecf9ebcd652c23c96477305a41082e5b63b41d83
Reviewed-on: h...

7ef774156b0447ed0295eefe232d6597d3443ee4 authored about 9 years ago
net/http: document that ListenAndServe is a bit more than Listen+Serve

Document that ListenAndServe and ListenAndServeTLS also set TCP
keep-alives.

Fixes #12748

Chan...

1bbf1a9b1d39459382233532be436540024776a1 authored about 9 years ago
net/http: update Response.Trailer doc

I updated this in the previous commit (https://golang.org/cl/17931)
but noticed a typo. and it s...

d4bd0776a49827f30f30af52b6bbb31e5c0b6814 authored about 9 years ago
net/http: update bundled copy of http2, enable TestTrailersServerToClient tests

This CL updates the bundled copy of x/net/http2 to include
https://golang.org/cl/17930 and enabl...

f449834a9aecee0e4412415e76217b6dc4533ca3 authored about 9 years ago
net/http: updated bundled copy of x/net/http2

Updates to x/net/http2 git rev c24de9d5

Change-Id: I3d929ae38dca1a93e9a262d4eaaafee1d36fa839
Re...

54a64d4837b384489b8eb7fa376d11ec492a558a authored about 9 years ago
net/http: split Trailers tests into two halves

The old test was in client_test.go but was a mix of four things:

- clients writing trailers
- s...

75ae65efadbbea34b0984ec94c541ebd878fbbc9 authored about 9 years ago
net/http: make Server validate Host headers

Fixes #11206 (that we accept invalid bytes)
Fixes #13624 (that we don't require a Host header in...

2c258f87351a74303602d85977f27f92739b0bc3 authored about 9 years ago
net/http: fix Transport race returning bodyless responses and reusing conns

The Transport had a delicate protocol between its readLoop goroutine
and the goroutine calling R...

ab2d35d88a7bf933c138008b145b11f6387f2145 authored about 9 years ago
net/http: maybe deflake TestCancelRequestMidBody_h2 on linux-noopt builder

This might deflake it. Or it'll at least give us more debugging clues.

Fixes #13626 maybe

Chan...

9b664cdf82000ca949a078ca6e7aaa88dcbc0539 authored about 9 years ago
net/http: rework CloseNotifier implementation, clarify expectations in docs

CloseNotifier wasn't well specified previously. This CL simplifies its
implementation, clarifies...

137ab4c87c11484fd829173974092239ea160818 authored about 9 years ago
net/http: updated bundled http2 copy, enable some tests

Updates bundled copy of x/net/http2 to include
https://golang.org/cl/17823 (catching panics in H...

309074344207faddcb59f06ee0bd42f21f2ce68c authored about 9 years ago
net/http/httputil: make DumpRequest use Request.RequestURI when available

Fixes #10912

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

c6fe8bb25c840032805ccee9f5e9cd9375e30674 authored about 9 years ago
net/http: skip TestClientTimeout_Headers in HTTP/2 mode

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

9f180acf278097b2bd31819bde831c22de06850e authored about 9 years ago
net/http: test client timeout against HTTP/2

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

8008421b6cc9e18a1d401dff4f8aa0763a092f93 authored about 9 years ago
net/http: add Transport tests for using Request.Cancel mid-body

This CL also updates the bundled http2 package with the h2 fix from
https://golang.org/cl/17757
...

fe7bffba9944baa043e198d4ff72c89d7b478dab authored about 9 years ago
net/http: update bundled http2 copy from x/net/http2

Updates to x/net git rev 6c105c0a

Fixes #13598

Change-Id: I207d4c78d744f0fd83cb5acd8bd6e5987e5...

0899857e6fbcab8e7606ebf3d6b808adb5b6eb15 authored about 9 years ago
net/http: fix race in TimeoutHandler

New implementation of TimeoutHandler: buffer everything to memory.

All or nothing: either the h...

8ece290875d090a26292de938538a654eee69143 authored about 9 years ago
net/http: annotate equivalent h2 tests for h1

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

ef505eb27dea9551decf627d93eb7c7e5ad1c48d authored about 9 years ago
net/url: reject space in host; do not escape < > " in host

Host names in URLs must not use %-escaping for ASCII bytes, per RFC 3986.

url.Parse has histori...

37f617a9c6fa92f56639e2857b5180283573a108 authored about 9 years ago
net/http/httptest: don't crash in mime sniffing if HeaderMap is nil

Fixes some failing Google tests when run under Go tip (1.6).

Updates #12986

Change-Id: I0ca4d2...

8dc777a4e3c65b9ddf23f35028f339f9146b25e4 authored about 9 years ago
net/http: make NewRequest with empty method mean GET

Until recently, we always permitted an empty string to NewRequest.
Keep that property, since it ...

299a02d87f274d0697f4d415b7ce0626d938d788 authored about 9 years ago
net/http: run more tests in http2 mode

Failing ones are marked skipped.

Fixes #13543 (was just a test issue)
Updates #13555 (to be fix...

65eccb9a0b8bc5f98db54ae98a6eff0be2e6a7d7 authored about 9 years ago
net/http: clarify some RoundTripper behaviors

Fixes #12796
Updates #13444

Change-Id: I56840c0baf9b32a683086a80f5db1c5ea0a7aedf
Reviewed-on: h...

afa7abb1d6f52b9547064e08a262a4164fe8ebf3 authored about 9 years ago
net/http: make testCaseSensitiveMethod also test http2

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

e539200c9c38b17c6f4b821a59920d6301e463d5 authored about 9 years ago
net/http: testClientHead now in http2 mode

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

f0b17b280466b66a8020d649cd3260a39d147a0b authored about 9 years ago
net/http: sniffTest for 5953 set in http2 mode

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

b223248d317647272adeb6fa43c835c22b49cff2 authored about 9 years ago
net/http: clientHeadContentLength test now in http2 mode

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

e91a553ad55241f8bf7f2b70b01014a53855cb2f authored about 9 years ago
net/http: testClientRedirectEatsBody test now in http2 mode

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

d69f5742f41a9fdbfbf9160d4771bb0cfdc8e3db authored about 9 years ago
net/http: update bundled http2 and add tests for two fixed issues

Updates to http2's golang.org/cl/17590 (git rev 1796f9b8b)

Fixes #13495
Fixes #13532

Change-Id...

be7806b6114a6f588e86c33fa20ac27a8aa41fe4 authored about 9 years ago