提交历史

作者 SHA1 备注 提交日期
  Tom Bergan db473f6b23 http2: don't autodetect Content-Type when the response has an empty body 8 年之前
  Anmol Sethi a337091b05 http2: require either ECDSA or RSA ciphersuite 9 年之前
  Tom Bergan cd69bc3fc7 http2: always delay closing the connection after sending GOAWAY 8 年之前
  Tobias Klauser f01ecb60fe http2: fix format argument warnings in tests 8 年之前
  Brad Fitzpatrick fe686d45ea http2: fix Server race 8 年之前
  Tom Bergan a8e8f92cd6 http2: remove extra goroutine stack from awaitGracefulShutdown 8 年之前
  Brad Fitzpatrick 34057069f4 http2: reduce the number of select cases in serverConn.server 8 年之前
  Dmitry Savintsev feeb485667 http2: add all bad ciphers, use package constants 8 年之前
  Tom Bergan 5602c733f7 http2: Use NO_ERROR instead of CANCEL when responding before the request is finished 8 年之前
  Tom Bergan 906cda9512 http2: add configurable knobs for the server's receive window 8 年之前
  Alexander Polcyn bb807669a6 http2: Add opt-in option to Framer to allow DataFrame struct reuse 9 年之前
  Brad Fitzpatrick 007e530097 http2: don't allow writing non-zero padding unless Framer.AllowIllegalWrites 9 年之前
  Dmitri Shuralyov 357296a763 all: single space after period 9 年之前
  Tom Bergan 3d9a20a7a1 http2: don't flush a stream's write queue in sc.resetStream 9 年之前
  Tom Bergan cbed01e851 http2: log Framer reads and writes when a server test fails 9 年之前
  Brad Fitzpatrick 3389ddeea9 http2: remove h2-14 ALPN proto 9 年之前
  Brad Fitzpatrick 541150ac4f http2: make http2.Server access http1's Server via an interface check 9 年之前
  Brad Fitzpatrick 73058b0420 http2: add support for graceful shutdown of Server 9 年之前
  Tom Bergan c46f265c32 http2: implement support for server push 9 年之前
  Tom Bergan 65dfc08770 http2: reject stream self-dependencies 9 年之前
  Brad Fitzpatrick c33d37840d http2: add Server.IdleTimeout 9 年之前
  Brad Fitzpatrick 41c5c5cb12 http2: make Server return conn protocol errors on bad idle stream frames 9 年之前
  Brad Fitzpatrick 40a0a18980 http2: fix Server race with concurrent Read/Close 9 年之前
  Brad Fitzpatrick 3bafa3320e http2: make Server reuse 64k request body buffer between requests 9 年之前
  Tom Bergan f4fe4abe3c http2: fix broken tests 9 年之前
  Brad Fitzpatrick 1358eff22f http2: fix all vet warnings 9 年之前
  Brad Fitzpatrick e2ba55e4e7 http2: fix Transport.RoundTrip hang on stream error before headers 9 年之前
  Brad Fitzpatrick 35028a49ca http2: don't ignore DATA padding in flow control 9 年之前
  Brad Fitzpatrick 6a513affb3 http2: return flow control for closed streams 9 年之前
  Brad Fitzpatrick a728288923 http2: make Transport honor Request.Close more aggressively 9 年之前