- 6249541 http2: avoid race in server handler SetReadDeadine/SetWriteDeadline by Damien Neil · 7 months ago
- 67e8d0c http2: report an error if goroutines outlive serverTester tests by Damien Neil · 8 months ago
- 5608279 http2: avoid corruption in priority write scheduler by Damien Neil · 8 months ago
- 0d515a5 http2: factor out frame read/write test functions by Damien Neil · 8 months ago
- 9f5b79b http2: drop unused retry function by Damien Neil · 8 months ago
- 03c24c2 http2: use synthetic time in server tests by Damien Neil · 8 months ago
- 022530c http2: add a more full-featured test net.Conn by Damien Neil · 8 months ago
- 410d19e http2: avoid racy access to clientStream.requestedGzip by Damien Neil · 8 months ago
- 332fe23 http2: remove spec coverage test by Damien Neil · 8 months ago
- c1f5833 all: replace deprecated io/ioutil calls by Damien Neil · 8 months ago
- 9545aea http2: clearer distinction between test server types by Damien Neil · 8 months ago
- b1ec120 http2: use implicit synchronization in tests by Damien Neil · 8 months ago
- c87a5b6 http2: set up the timer of closing idle connection after the initialization by Andy Pan · 9 months ago
- 8aa6dbf http2: cancel handler context on stream errors by Damien Neil · 8 months ago
- 2c14f51 http2: drop the gate type by Damien Neil · 8 months ago
- 7fa635b http2: avoid panic on h2c upgrade failure by Damien Neil · 8 months ago
- e0324fc http2: use net.ErrClosed by Tobias Klauser · 8 months ago
- ec05fdc http2: don't retry the first request on a connection on GOAWAY error by Damien Neil · 9 months ago
- b67a0f0 http2: send correct LastStreamID in stream-caused GOAWAY by Damien Neil · 9 months ago
- c48da13 http2: fix TestServerContinuationFlood flakes by Damien Neil · 9 months ago v0.23.0
- 762b58d http2: fix tipos in comment by Ian Lance Taylor · 9 months ago
- ba87210 http2: close connections when receiving too many headers by Damien Neil · 1 year ago
- 3678185 http2: make TestCanonicalHeaderCacheGrowth faster by Damien Neil · 10 months ago
- 448c44f http2: remove clientTester by Damien Neil · 10 months ago
- c7877ac http2: convert the remaining clientTester tests to testClientConn by Damien Neil · 10 months ago
- d8870b0 http2: use synthetic time in TestIdleConnTimeout by Damien Neil · 10 months ago
- d73acff http2: only set up deadline when Server.IdleTimeout is positive by Andy Pan · 10 months ago
- 89f602b http2: validate client/outgoing trailers by Emmanuel T Odeke · 10 months ago
- 6e2c99c http2: allow testing Transports with testSyncHooks by Damien Neil · 10 months ago
- 9e0498d http2: use synthetic timers for ping timeouts in tests by Damien Neil · 10 months ago
- 31d9683 http2: mark several testing functions as helpers by Damien Neil · 10 months ago
- 12ddef7 http2: reject DATA frames after 1xx and before final headers by Damien Neil · 11 months ago
- d600ae0 http2: add testClientConn for testing client RoundTrips by Damien Neil · 11 months ago
- 57a6a7a http2: prevent uninitialized pipe from being written by Andy Pan · 11 months ago
- ea095bc http2: only set up positive deadlines by Andy Pan · 11 months ago
- ab271c3 http2: add IdleConnTimeout to http2.Transport by David Bell · 1 year, 4 months ago
- 9fb4a8c http2: send an error of FLOW_CONTROL_ERROR when exceed the maximum octets by bestgopher · 11 months ago
- 0d0b98c http2: avoid goroutine starvation in TestServer_Push_RejectAfterGoAway by Bryan C. Mills · 12 months ago
- 07e05fd http2: remove suspicious uint32->v conversion in frame code by Nikita Sivukhin · 1 year ago
- f812076 http2: explicitly set minimum TLS version in tests by Roland Shoemaker · 1 year, 1 month ago
- cc6f4d1 http2: remove ancient build-tagged files for unsupported Go versions by Brad Fitzpatrick · 1 year, 2 months ago
- a720b30 http2: allocate buffer pools using pointers to arrays by Jorropo · 1 year, 2 months ago
- 26ea817 http2: unconditionally recycle responseWriterState by qmuntal · 1 year, 3 months ago
- 4c7a5b6 http2: add test for push promise accounting underflow by Damien Neil · 1 year, 3 months ago
- 37479d6 http2: fix underflow in http2 server push by Mauri de Souza Meneguzzo · 1 year, 3 months ago
- d23d9bc all: update go directive to 1.18 by Dmitri Shuralyov · 1 year, 3 months ago
- b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams by Damien Neil · 1 year, 3 months ago v0.17.0
- ea63359 http2: check stream body is present on read timeout by Alexander Yastrebov · 1 year, 6 months ago
- 03d5e62 http2: remove unused ClientConn.tconnClosed by Tobias Klauser · 1 year, 4 months ago
- 4a2d37e http2: remove Docker-requiring tests by Damien Neil · 1 year, 5 months ago
- 9cde5a0 net/http2: remove awaitGracefulShutdown by Alexander Yastrebov · 1 year, 6 months ago
- a7da556 http2: optimize buffer allocation in transport by David Fu · 1 year, 6 months ago
- a1613c2 http2: handle trailing colon in authorityAddr by Leo Blöcher · 1 year, 9 months ago
- 4fc2eb9 http2: revert Transport change from CL 486156 by Brad Fitzpatrick · 1 year, 6 months ago
- 63727cc http2: validate Host header before sending by Damien Neil · 1 year, 7 months ago
- 6826f5a http2: close request bodies before RoundTrip error return by Damien Neil · 1 year, 8 months ago
- 056145c net/http: deflake TestTransportRetryAfterGOAWAY by Damien Neil · 1 year, 8 months ago
- abee42a http2: deflake TestTransportReuseAfterError by Damien Neil · 1 year, 8 months ago
- 23ce3b8 http2: disable Content-Length when nilled by Laurent Senta · 1 year, 11 months ago
- 120fc90 http2: change default frame scheduler to round robin by Damien Neil · 1 year, 10 months ago
- d28c0b1 all: fix some comments by cui fliter · 1 year, 8 months ago
- 82780d6 http2: don't reuse connections that are experiencing errors by Damien Neil · 1 year, 9 months ago
- 6960703 http2: log the correct error when retrying in (*Transport).RoundTripOpt by Bryan C. Mills · 1 year, 10 months ago
- 9f24bb4 http2: properly discard data received after request/response body is closed by Damien Neil · 1 year, 10 months ago
- 8e2b117 http2/hpack: avoid quadratic complexity in hpack decoding by Damien Neil · 2 years, 1 month ago v0.7.0
- 547e7ed http2: avoid referencing ResponseWrite.Write parameter after returning by Damien Neil · 1 year, 11 months ago
- 415cb6d all: fix some comments by cui fliter · 1 year, 11 months ago
- 7e3c19c all: correct typos in comments by Oleksandr Redko · 1 year, 11 months ago
- 296f09a http2: case insensitive handling for 100-continue by Michael Fraenkel · 2 years ago
- 7805fdc http2: rewrite inbound flow control tracking by Damien Neil · 2 years, 2 months ago
- e1ec361 http2: fix race in TestCanonicalHeaderCacheGrowth by Dmitri Shuralyov · 2 years, 1 month ago
- 1e63c2f http2: limit canonical header cache by bytes, not entries by Damien Neil · 2 years, 1 month ago v0.4.0
- ecf7fda http2: deflake TestTransportMaxFrameReadSize by Damien Neil · 2 years, 2 months ago
- 2f8c3d1 http2: add Transport.MaxReadFrameSize configuration setting by robaho · 3 years, 2 months ago
- 0e478a2 http2: add SETTINGS_HEADER_TABLE_SIZE support by Eli Lindsey · 2 years, 3 months ago
- 15e1b25 http2: speed up TestTransportRetryHasLimit by Damien Neil · 2 years, 2 months ago
- 93ec86b http2: support SetReadDeadline, SetWriteDeadline, FlushError by Damien Neil · 2 years, 3 months ago
- efda1ce http2: return os.ErrDeadlineExceeded from timed-out response body writes by Damien Neil · 2 years, 2 months ago
- a870f35 http2: support Server.ReadTimeout by Damien Neil · 2 years, 2 months ago
- d7f77dc Revert "http2: Send WindowUpdates when remaining bytes are below a threshold" by Damien Neil · 2 years, 2 months ago
- 702349b http2/h2c: handle errors when reading HTTP/1 request body by Damien Neil · 2 years, 2 months ago
- 7a67682 x/net/http2: gzipReader will reset zr to nil after closing body by Nikola Jokic · 2 years, 3 months ago
- a1278a7 http2: add common header caching to Transport to reduce allocations by Eli Lindsey · 2 years, 3 months ago
- c877839 http2: add a few other common headers to the shared headermap cache by Eli Lindsey · 2 years, 3 months ago
- c630100 http2: discard more frames after GOAWAY by Damien Neil · 2 years, 4 months ago
- 0c1aede http2: calculate a correct window increment size for a stream by Zeke Lu · 2 years, 3 months ago
- 84c13af http2/hpack: build static table with go generate by Tomasz Jezierski · 2 years, 4 months ago
- da05058 net/http: remove unnecessary slicing by ChristLZS · 2 years, 3 months ago
- bcab684 all: use time.Since instead of time.Now().Sub by hopehook · 2 years, 3 months ago
- 107f3e3 http2: don't return from RoundTrip until request body is closed by Damien Neil · 2 years, 4 months ago
- f486391 http2: improved Request.Body.Close not to hold lock on connection by Nikola Jokic · 2 years, 5 months ago
- aa73b25 http2: handle MaxUploadBufferPerConnection of 65535 by Damien Neil · 2 years, 4 months ago
- d300de1 http2: don't rely on double-close of a net.Conn failing by Damien Neil · 2 years, 4 months ago
- db77216 http2: remove race from TestTransportCancelDataResponseRace by Michael Fraenkel · 3 years, 8 months ago
- d0c6ba3 http2: close client connections after receiving GOAWAY by Damien Neil · 2 years, 4 months ago
- 2e0b12c http2: Send WindowUpdates when remaining bytes are below a threshold by Damien Neil · 2 years, 4 months ago
- bf014ff http2: send undeclared trailers when body is not written by Damien Neil · 2 years, 4 months ago
- 4a395b0 Revert "http2: Send WindowUpdates when remaining bytes are below a threshold" by Damien Neil · 2 years, 4 months ago
- f2f64eb http2: Send WindowUpdates when remaining bytes are below a threshold by Michael Fraenkel · 6 years ago
- 0081b4b http2/h2c: propagate HTTP/1 server configuration to HTTP/2 by Weidi Deng · 2 years, 5 months ago