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