Commit History

Author SHA1 Message Date
  Mikio Hara dfd9ed699e http2: fix nits in test 8 years ago
  ayanamist b3e9c8fbe0 http2: allow http scheme for http2 8 years ago
  Brad Fitzpatrick 4d07e8a493 http2: let handlers close Request.Body without killing streams 8 years ago
  Brad Fitzpatrick 5916dcb167 http2, lex/httplex: make Transport reject bogus headers before sending 8 years ago
  Roland Shoemaker 024ed629fd http2: Ignore Keep-Alive header in requests 8 years ago
  Brad Fitzpatrick 991d3e32f7 http2: make Transport handle HEAD responses with DATA frames 8 years ago
  Brad Fitzpatrick 4d06dbdaa6 http2: reduce alloc-heavy init 8 years ago
  Brad Fitzpatrick 3f5b0e6e67 http2: don't override user's Transport.TLSConfig.ServerName 8 years ago
  Brad Fitzpatrick 9e1fb3c175 http2: move merging of HEADERS and CONTINUATION into Framer 8 years ago
  Brad Fitzpatrick cbbbe2bc0f http2: fix crash in Transport on double Read of invalid gzip Response.Body 8 years ago
  Mikio Hara 7f88271ea9 http2: fix a nit 8 years ago
  Brad Fitzpatrick 493a262469 http2: don't send Connection-level headers in Transport 8 years ago
  Brad Fitzpatrick b2ed34f6fc http2: validate received header field values in Server and Transport 8 years ago
  Brad Fitzpatrick f5de73ef1f http2: make Transport respect http1 Transport settings 8 years ago
  Brad Fitzpatrick 5c0dae85e4 http2: make Transport send a Content-Length 8 years ago
  Brad Fitzpatrick 341cd0845b http2: add Transport strictness, paranoia, logging for unwanted DATA frames 8 years ago
  Brad Fitzpatrick 76365a4162 http2: fix channel double-close crash 8 years ago
  Brad Fitzpatrick 5df5483e05 http2: add tests to verify the type of peer stream resets 8 years ago
  Blake Mizerany 0e6d34ef94 http2: relax Trailer predeclaration requirement in Transport 8 years ago
  Brad Fitzpatrick f530c4eb1c http2: mix cleanups, TODOs, new tests, enforce header list size in Transport 8 years ago
  Brad Fitzpatrick 520af5de65 http2: make Transport ignore 100-continue responses, add comprehensive tests 8 years ago
  Mikio Hara 1d7a0b2100 http2: fix nits found by vet 8 years ago
  Brad Fitzpatrick 961116aeeb http2: support CONNECT requests 8 years ago
  Brad Fitzpatrick b304fd0440 http2: send "http/1.1" ALPN in TLS dial in addition to "h2" 9 years ago
  Brad Fitzpatrick 438097d762 http2: make the Transport write request body data as it's available 9 years ago
  Brad Fitzpatrick 195180cfeb http2: merge duplicate Transport dials 9 years ago
  Brad Fitzpatrick c745c36eab http2: client & server fixes 9 years ago
  Brad Fitzpatrick 042ba42fa6 http2: add ConfigureTransport, like ConfigureServer 9 years ago
  Brad Fitzpatrick 2fd7f1556c http2: another Transport body-writing bug fix, and more tests 9 years ago
  Blake Mizerany 1b27761f1c http2: swallow io.EOF while reading body and flow fix 9 years ago