Commit History

Author SHA1 Message Date
  Brad Fitzpatrick be28236b90 http2: make Transport treat "Connection: close" the same as Request.Close 8 years ago
  Brad Fitzpatrick a728288923 http2: make Transport honor Request.Close more aggressively 8 years ago
  Brad Fitzpatrick 8e573f4005 http2: merge multiple GOAWAY frames' contents into error message 8 years ago
  Brad Fitzpatrick ef2e00e88c http2: make Transport return server's GOAWAY error back to the user 8 years ago
  Mikio Hara 313cf39d4a http2: fix data race on pipe 8 years ago
  Andrew Gerrand 154d9f9ea8 http2: consider buffered data when doing stream flow control 8 years ago
  Tom Bergan c4c3ea7191 http2: GotFirstResponseByte hook should only fire once 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 8a52c78636 http2: fix Transport.CloseIdleConnections when http1+http2 are wired together 8 years ago
  Brad Fitzpatrick 202ff482f7 http2: delay sending request body in Transport if 100-continue is set 8 years ago
  Brad Fitzpatrick 5916dcb167 http2, lex/httplex: make Transport reject bogus headers before sending 8 years ago
  Brad Fitzpatrick 3b993948b6 http2: when using Go 1.7, make Transport use httptrace hooks 8 years ago
  Brad Fitzpatrick 96dbb961a3 http2: make Transport use Request.Context, set Response.Uncompressed 8 years ago
  Dave Day b797637b7a http2: delete pre-Go1.5 request cancellation 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
  Mikio Hara 237fc45c42 http2: gofmt -w -s 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
  Brad Fitzpatrick 493a262469 http2: don't send Connection-level headers in Transport 8 years ago
  Brad Fitzpatrick 6ccd6698c6 http2: export Server.ServeConn 8 years ago
  Brad Fitzpatrick 644ffc0620 http2: don't add *Response to activeRes in Transport on Headers.END_STREA 8 years ago
  Brad Fitzpatrick b2ed34f6fc http2: validate received header field values in Server and Transport 8 years ago
  Brad Fitzpatrick 72aa00c624 http2: unmailed code review cleanups from previous commit 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 c92cdcb05f http2: make configureTransport return the new t2 transport as well 8 years ago
  Brad Fitzpatrick 341cd0845b http2: add Transport strictness, paranoia, logging for unwanted DATA frames 8 years ago