提交歷史

作者 SHA1 備註 提交日期
  Filippo Valsorda cdfb69ac37 [release-branch.go1.12] http2: limit number of control frames in server send queue 5 年之前
  Michael Fraenkel ed066c81e7 http2: Revert a closed stream cannot receive data 6 年之前
  Filippo Valsorda fae4c4e3ad http2: confirm the test fix for golang/go#28762 was correct 6 年之前
  Brad Fitzpatrick c98d57fa44 http2: disable TLS 1.3 in failing test temporarily(?) 6 年之前
  Brad Fitzpatrick 22700d5518 http2: remove support for Go 1.8 and earlier 6 年之前
  Brad Fitzpatrick 49c15d80df http2: revert CL 107295 (don't sniff Content-type in Server when nosniff) 6 年之前
  Michael Fraenkel 039a4258ae http2: a closed stream cannot receive data 6 年之前
  Michael Fraenkel d5fb304941 http2: fix race in TestServer_Headers_HalfCloseRemote 6 年之前
  Michael Fraenkel 292b43bbf7 http2: reject incoming HEADERS in Server on half-closed streams 6 年之前
  Michael Fraenkel 41b796e161 http2: fix expected message order in TestServerHandlerConnectionClose 6 年之前
  Brad Fitzpatrick 97aa3a539e http2: make Server send GOAWAY if Handler sets "Connection: close" header 6 年之前
  Michael Fraenkel e514e69ffb http2: fix race in flaky TestServer_Rejects_TooSmall 6 年之前
  Filippo Valsorda db08ff08e8 Revert "http2: add X-Content-Type-Options automatically to prevent sniffing" 6 年之前
  Michael Fraenkel 9ef9f5bb98 http2: receiving too much data is a protocol error 6 年之前
  Filippo Valsorda f73e4c9ed3 http2: add X-Content-Type-Options automatically to prevent sniffing 6 年之前
  Baokun Lee 84348c2dc8 http2: don't sniff Content-type in Server when X-Content-Type-Options:nosniff 6 年之前
  namusyaka cbe0f9307d all: remove "the" duplications 6 年之前
  David Url dc948dff88 http2: use RFC 723x as normative reference in docs 6 年之前
  Tom Bergan db473f6b23 http2: don't autodetect Content-Type when the response has an empty body 7 年之前
  Anmol Sethi a337091b05 http2: require either ECDSA or RSA ciphersuite 8 年之前
  Tom Bergan cd69bc3fc7 http2: always delay closing the connection after sending GOAWAY 7 年之前
  Tobias Klauser f01ecb60fe http2: fix format argument warnings in tests 7 年之前
  Brad Fitzpatrick fe686d45ea http2: fix Server race 7 年之前
  Tom Bergan a8e8f92cd6 http2: remove extra goroutine stack from awaitGracefulShutdown 7 年之前
  Brad Fitzpatrick 34057069f4 http2: reduce the number of select cases in serverConn.server 7 年之前
  Dmitry Savintsev feeb485667 http2: add all bad ciphers, use package constants 7 年之前
  Tom Bergan 5602c733f7 http2: Use NO_ERROR instead of CANCEL when responding before the request is finished 7 年之前
  Tom Bergan 906cda9512 http2: add configurable knobs for the server's receive window 7 年之前
  Alexander Polcyn bb807669a6 http2: Add opt-in option to Framer to allow DataFrame struct reuse 7 年之前
  Brad Fitzpatrick 007e530097 http2: don't allow writing non-zero padding unless Framer.AllowIllegalWrites 7 年之前