1. cbbbe2b http2: fix crash in Transport on double Read of invalid gzip Response.Body by Brad Fitzpatrick · 9 years ago
  2. 7f88271 http2: fix a nit by Mikio Hara · 9 years ago
  3. 493a262 http2: don't send Connection-level headers in Transport by Brad Fitzpatrick · 9 years ago
  4. b2ed34f http2: validate received header field values in Server and Transport by Brad Fitzpatrick · 9 years ago
  5. f5de73e http2: make Transport respect http1 Transport settings by Brad Fitzpatrick · 9 years ago
  6. 5c0dae8 http2: make Transport send a Content-Length by Brad Fitzpatrick · 9 years ago
  7. 341cd08 http2: add Transport strictness, paranoia, logging for unwanted DATA frames by Brad Fitzpatrick · 9 years ago
  8. 76365a4 http2: fix channel double-close crash by Brad Fitzpatrick · 9 years ago
  9. 5df5483 http2: add tests to verify the type of peer stream resets by Brad Fitzpatrick · 9 years ago
  10. 0e6d34e http2: relax Trailer predeclaration requirement in Transport by Blake Mizerany · 9 years ago
  11. f530c4e http2: mix cleanups, TODOs, new tests, enforce header list size in Transport by Brad Fitzpatrick · 9 years ago
  12. 520af5d http2: make Transport ignore 100-continue responses, add comprehensive tests by Brad Fitzpatrick · 9 years ago
  13. 1d7a0b2 http2: fix nits found by vet by Mikio Hara · 9 years ago
  14. 961116a http2: support CONNECT requests by Brad Fitzpatrick · 9 years ago
  15. b304fd0 http2: send "http/1.1" ALPN in TLS dial in addition to "h2" by Brad Fitzpatrick · 9 years ago
  16. 438097d http2: make the Transport write request body data as it's available by Brad Fitzpatrick · 9 years ago
  17. 195180c http2: merge duplicate Transport dials by Brad Fitzpatrick · 9 years ago
  18. c745c36 http2: client & server fixes by Brad Fitzpatrick · 9 years ago
  19. 042ba42 http2: add ConfigureTransport, like ConfigureServer by Brad Fitzpatrick · 9 years ago
  20. 2fd7f15 http2: another Transport body-writing bug fix, and more tests by Brad Fitzpatrick · 9 years ago
  21. 1b27761 http2: swallow io.EOF while reading body and flow fix by Blake Mizerany · 9 years ago
  22. ce84af2 http2: append query to :path pseudo-header by Blake Mizerany · 9 years ago
  23. e1a5816 http2: add DialTLS to Transport by Blake Mizerany · 9 years ago
  24. 09d2a41 http2: write Transport bodies by Brad Fitzpatrick · 9 years ago
  25. cd8c270 http2: add support for net/http.Server.ConnState tracking by Brad Fitzpatrick · 9 years ago
  26. 6d10a0c http2: update copyright headers by Andrew Gerrand · 9 years ago
  27. 17e723d http2: move github.com/bradfitz/http2 down into a new http2 directory by Brad Fitzpatrick · 10 years ago[Renamed from transport_test.go]
  28. 6c53fec buffer_test, transport_test: fix 'go vet' issues by Matt Layher · 10 years ago
  29. 3576907 transport: test responses unblock on conn error by Blake Mizerany · 10 years ago
  30. 45702ea transport: cache and re-use client connections by Brad Fitzpatrick · 10 years ago
  31. 8e4032f transport: set Response.TLS/Request by Blake Mizerany · 10 years ago
  32. b4eaf1c transport_test: more failures for Blake to fix by Brad Fitzpatrick · 10 years ago
  33. 24c6636 transport: set Response.Status[Code] by Blake Mizerany · 10 years ago
  34. ebe9b94 transport_test: failing test for Blake to work on by Brad Fitzpatrick · 10 years ago
  35. d3b6354 rename TestTransport to TestTransportExternal by Brad Fitzpatrick · 10 years ago
  36. d1a857d transport: add an -insecure flag to transport_test by Brad Fitzpatrick · 10 years ago
  37. 07ee680 Add a flag for which host to hit in TestTransport by Brad Fitzpatrick · 10 years ago
  38. fcb18db Add the start of a (video-recorded) HTTP/2 Client implementation. by Brad Fitzpatrick · 10 years ago