1. 543a649 http2: log pings and RoundTrip retries when http2debug=1 by Damien Neil · 2 years, 6 months ago
  2. de3da57 net/http/httpproxy: support non-ASCII characters in NO_PROXY by Shiming Zhang · 2 years, 8 months ago
  3. 27dd868 http2: improve handling of slow-closing net.Conns by Damien Neil · 2 years, 6 months ago
  4. 3bcbab3 ipv4: retry ENOBUFS errors in TestPacketConnConcurrentReadWriteUnicast by Bryan C. Mills · 2 years, 2 months ago
  5. f80d34d ipv4: shut down the PacketConn on failure in TestPacketConnConcurrentReadWriteUnicast by Bryan C. Mills · 2 years, 2 months ago
  6. cd36cc0 internal/socket: reuse closure in Recv/SendMmsg by Matthias Frei · 2 years, 3 months ago
  7. 2fabfed internal/socket: use unix cmsg functions on zos by Tobias Klauser · 2 years, 3 months ago
  8. e204ce3 netutil: in TestLimitListenerSaturation, allow some connections to fail to dial by Bryan C. Mills · 2 years, 3 months ago
  9. 2ed6ce1 http2: in TestContentEncodingNoSniffing, do not allow the Transport to outlive the serverTester by Bryan C. Mills · 2 years, 3 months ago
  10. 4395403 go.mod: update imports to current versions by Praneeth · 2 years, 4 months ago
  11. 0dd24b2 http2: eliminate arbitrary timeouts in readFrame methods by Bryan C. Mills · 2 years, 4 months ago
  12. d55c255 ipv4, ipv6, internal/socket: add loong64 support by Guoqi Chen · 2 years, 7 months ago
  13. 5cfca57 ipv6: retry ENOBUFS errors in TestPacketConnConcurrentReadWriteUnicast by Bryan C. Mills · 2 years, 4 months ago
  14. 8b8fc08 ipv6: shut down the PacketConn on failure in TestPacketConnConcurrentReadWriteUnicast by Bryan C. Mills · 2 years, 4 months ago
  15. 5b0dc2d netutil: make LimitListener tests more robust by Bryan C. Mills · 2 years, 4 months ago
  16. fe4d628 netutil: streamline and simplify LimitListener tests by Bryan C. Mills · 2 years, 4 months ago
  17. 4ddde0e http2: fix tipo in comment by Ian Lance Taylor · 2 years, 4 months ago
  18. 491a49a http2: cap the size of the server's canonical header cache by Damien Neil · 2 years, 5 months ago
  19. db4efeb http2: deflake TestTransportGroupsPendingDials by Damien Neil · 2 years, 5 months ago
  20. 04296fa http2: prioritize RST_STREAM frames in random write scheduler by Antonio Ojea · 2 years, 5 months ago
  21. 8537929 publicsuffix: update table to latest list from publicsuffix.org by Volker Dobler · 2 years, 5 months ago
  22. eba003a ipv6: in PacketConn tests, retry writes that fail with ENOBUFS by Bryan C. Mills · 2 years, 5 months ago
  23. 266e24b ipv6: remove arbitrary deadlines from tests by Bryan C. Mills · 2 years, 5 months ago
  24. 012df41 dns/dnsmessage: clarify a few things in docs, fix typo by Brad Fitzpatrick · 2 years, 5 months ago
  25. 4852103 netutil: skip TestLimitListener on plan9 by Bryan C. Mills · 2 years, 5 months ago
  26. 0a0e4e1 net/http2: Fix handling of expect continue by Michal Hruby · 2 years, 5 months ago
  27. a5aa9c7 internal/socket: handle reordering in TestUDP/Messages by Matthias Frei · 2 years, 5 months ago
  28. d83791d internal/socket: always go through syscall package by Ian Lance Taylor · 2 years, 5 months ago
  29. fe8b969 ipv6: OpenBSD does not appear to support multicast loopback by Ian Lance Taylor · 2 years, 5 months ago
  30. 9e5a297 route: always go through syscall package by Ian Lance Taylor · 2 years, 5 months ago
  31. 6a13c67 http2: avoid spurious RoundTrip error when server closes and resets stream by Damien Neil · 2 years, 5 months ago
  32. 47ca1ff http2: avoid busy loop when ResponseHeaderTimeout is set by Damien Neil · 2 years, 5 months ago
  33. e8b54de http2/h2demo: delete by Heschi Kreinick · 2 years, 5 months ago
  34. 69e39ba http2: close conns after use when req.Close is set by Damien Neil · 2 years, 6 months ago
  35. f0573a1 http2: avoid spurious context cancelation error from Response.Body.Close by Damien Neil · 2 years, 6 months ago
  36. 58aab5e http2: compare Content-Encoding case-insensitive by Frank Chiarulli Jr · 2 years, 6 months ago
  37. e5c9674 internal/socket, lif: add missing //go:build lines by Tobias Klauser · 2 years, 6 months ago
  38. ef0fda0 dict: document package as frozen by Damien Neil · 2 years, 8 months ago
  39. df9f909 publicsuffix: update table with more recent data by Tiago Peczenyj · 2 years, 8 months ago
  40. 6635138 http2: fix TLS1.0 and TLS1.1 rejection tests by Roland Shoemaker · 2 years, 6 months ago
  41. b53810d http2: don't count aborted streams as active in tests by Damien Neil · 2 years, 6 months ago
  42. ce13745 idna: update from x/text by Damien Neil · 2 years, 6 months ago
  43. 7594919 http2: avoid race between processing END_STREAM and closing Response.Body by Damien Neil · 2 years, 6 months ago
  44. 4a448f8 http2: set ContentLength to -1 for HEAD response with no Content-Length by Damien Neil · 2 years, 6 months ago
  45. 9967326 http2: set Response.ContentLength to 0 when headers end stream by Damien Neil · 2 years, 6 months ago
  46. 540bb53 http2: add Transport.WriteByteTimeout by Damien Neil · 2 years, 7 months ago
  47. d418f37 http2: ignore read errors after closing the request body by Damien Neil · 2 years, 6 months ago
  48. c6ed85c http/httpproxy: document all loopbacks are special cased not just localhost by Alexander Yastrebov · 2 years, 6 months ago
  49. 4f30a5c http2: deflake TestTransportRetriesOnStreamProtocolError by Damien Neil · 2 years, 6 months ago
  50. db2dff3 http2: don't abort half-closed streams on server connection close by Damien Neil · 2 years, 6 months ago
  51. fd004c5 http2: on write errors, close ClientConn before returning from RoundTrip by Damien Neil · 2 years, 6 months ago
  52. 2b766c0 http2: deflake TestTransportReqBodyAfterResponse_200 by Damien Neil · 2 years, 7 months ago
  53. e13a265 http2: close the Request's Body when aborting a stream by Damien Neil · 2 years, 7 months ago
  54. ee2e9a0 http2: number of allocs reduced from 3852 to 31 by renthraysk · 2 years, 8 months ago
  55. 08712a7 http2: return unexpected eof on empty response with non-zero content length by Alexander Yastrebov · 2 years, 7 months ago
  56. caeb26a http2: don't rely on system TCP buffer sizes in TestServer_MaxQueuedControlFrames by Damien Neil · 2 years, 7 months ago
  57. 3b03d30 nettest: simplify iOS detection in TestableNetwork by Tobias Klauser · 2 years, 7 months ago
  58. 59d4e92 http2: add ClientConnState, ClientConn.State accessor by Brad Fitzpatrick · 2 years, 7 months ago
  59. 62292e8 http2: detect write-blocked PING frames by Damien Neil · 2 years, 7 months ago
  60. d2e5035 http2: avoid race in TestTransportReqBodyAfterResponse_403. by Damien Neil · 2 years, 7 months ago
  61. d4b1ae0 http2: avoid clientConnPool panic when NewClientConn fails by Damien Neil · 2 years, 7 months ago
  62. 69340ce http2: avoid extra GetConn trace call by Damien Neil · 2 years, 7 months ago
  63. b30845b http2: fix typo in doRequest doc comment by Damien Neil · 2 years, 7 months ago
  64. cedda3a http2: refactor request write flow by Damien Neil · 2 years, 8 months ago
  65. e81a3d9 http2: remove PingTimeout from TestTransportPingWhenReading by Michael Fraenkel · 2 years, 7 months ago
  66. d455829 http2: add error counter to one missing processHeaders error path by Brad Fitzpatrick · 2 years, 7 months ago
  67. 7d9f5e0 http2: wire up Transport and Server's CountError to frame parser code by Brad Fitzpatrick · 2 years, 7 months ago
  68. 4e4d966 http2: fix Transport connection pool TOCTOU max concurrent stream bug by Brad Fitzpatrick · 2 years, 7 months ago
  69. 76eb614 http2: shut down idle Transport connections after protocol errors by Brad Fitzpatrick · 2 years, 7 months ago
  70. 3ad01bb http2: remove check for read-after-close of request bodies by Damien Neil · 2 years, 7 months ago
  71. cf34111 http: fix race in DATA frame padding refund by Damien Neil · 2 years, 7 months ago
  72. 978cfad http2: avoid blocking while holding ClientConn.mu by Damien Neil · 2 years, 8 months ago
  73. 95888ee http2: add Transport.CountErrors by Brad Fitzpatrick · 2 years, 7 months ago
  74. 3c21e5b http2: add Server.CountError hook for error metrics by Brad Fitzpatrick · 2 years, 7 months ago
  75. 12bc252 http/h2demo: remove node selector by Heschi Kreinick · 2 years, 7 months ago
  76. 943fd67 http2: fix off-by-one error in client check for max concurrent streams by Damien Neil · 2 years, 8 months ago
  77. 7bf0baf http2: close request body after early RoundTrip failures by Damien Neil · 2 years, 8 months ago
  78. a5e0955 http2/h2demo: set prod namespace for deploy by Heschi Kreinick · 2 years, 8 months ago
  79. ff17edf http/h2demo: move to Workload Identity by Heschi Kreinick · 2 years, 8 months ago
  80. f8bed21 http2: limit client initial MAX_CONCURRENT_STREAMS by Steven Hartland · 3 years, 11 months ago
  81. ad29c8a http2: make Transport not reuse conns after a stream protocol error by Brad Fitzpatrick · 2 years, 8 months ago
  82. 8d99171 http2: accept zero-length block fragments in HEADERS frames by Damien Neil · 2 years, 8 months ago
  83. e898025 http2: close the request body if needed by Michael Fraenkel · 2 years, 11 months ago
  84. 60bc85c http2: complete outstanding async write before reading the next frame by Michael Fraenkel · 3 years, 5 months ago
  85. 3a7c478 http2: delete README by Damien Neil · 2 years, 9 months ago
  86. aaa1db6 internal/socket: support MSG_DONTWAIT by Matthias Frei · 2 years, 9 months ago
  87. c6fcb2d all: fix typos by Yasuhiro Matsumoto · 2 years, 9 months ago
  88. 853a461 http2/h2demo: add Autocert notification email by Heschi Kreinick · 2 years, 10 months ago
  89. 04defd4 http2: reduce frameScratchBuffer caching aggressiveness by Brad Fitzpatrick · 2 years, 11 months ago
  90. 84b48f8 http2: check that Unicode-aware functions are not used by Filippo Valsorda · 3 years ago
  91. 52da8fb http2: also set "http/1.1" ALPN in ConfigureServer by Filippo Valsorda · 2 years, 11 months ago
  92. abc4532 route: remove check for unparsed route message bytes by Damien Neil · 3 years ago
  93. fe42d45 route: revert routing message alignment for FreeBSD 386 emulation by Damien Neil · 3 years ago
  94. 37e1c6a html: ignore templates nested within foreign content by Nigel Tao · 3 years ago
  95. 4163338 route: add //go:build line to empty.s by Tobias Klauser · 3 years ago
  96. 81045d8 http2: switch to ASCII equivalents of string functions by Roberto Clapis · 3 years ago
  97. 16afe75 http2: remove TLSConfig.CipherSuites order check by Filippo Valsorda · 3 years ago
  98. 0714010 crypto/tls: don't use tls.Dialer on pre-Go1.15 systems by Ian Lance Taylor · 3 years ago
  99. 0287a6f internal/socket: handle nil addr in sendMsgs by Matthias Frei · 3 years ago
  100. bbd867f http2: use (*tls.Dialer).DialContext in dialTLS by Johan Brandhorst · 3 years, 2 months ago