Historique des commits

Auteur SHA1 Message Date
  Brad Fitzpatrick 541150ac4f http2: make http2.Server access http1's Server via an interface check il y a 9 ans
  Brad Fitzpatrick 73058b0420 http2: add support for graceful shutdown of Server il y a 9 ans
  Tom Bergan c46f265c32 http2: implement support for server push il y a 9 ans
  Tom Bergan 65dfc08770 http2: reject stream self-dependencies il y a 9 ans
  Brad Fitzpatrick c33d37840d http2: add Server.IdleTimeout il y a 9 ans
  Brad Fitzpatrick 41c5c5cb12 http2: make Server return conn protocol errors on bad idle stream frames il y a 9 ans
  Brad Fitzpatrick 40a0a18980 http2: fix Server race with concurrent Read/Close il y a 9 ans
  Brad Fitzpatrick 3bafa3320e http2: make Server reuse 64k request body buffer between requests il y a 9 ans
  Tom Bergan f4fe4abe3c http2: fix broken tests il y a 9 ans
  Brad Fitzpatrick 1358eff22f http2: fix all vet warnings il y a 9 ans
  Brad Fitzpatrick e2ba55e4e7 http2: fix Transport.RoundTrip hang on stream error before headers il y a 9 ans
  Brad Fitzpatrick 35028a49ca http2: don't ignore DATA padding in flow control il y a 9 ans
  Brad Fitzpatrick 6a513affb3 http2: return flow control for closed streams il y a 9 ans
  Brad Fitzpatrick a728288923 http2: make Transport honor Request.Close more aggressively il y a 9 ans
  Mikio Hara dfd9ed699e http2: fix nits in test il y a 9 ans
  Brad Fitzpatrick 0c607074ac http2: prevent Server from sending status 100 header after anything else il y a 9 ans
  Brad Fitzpatrick 5916dcb167 http2, lex/httplex: make Transport reject bogus headers before sending il y a 9 ans
  Brad Fitzpatrick 3c5cb154b0 http2: reject more trailer values il y a 9 ans
  Mikio Hara edd5b7d9bd http2: fix typos il y a 9 ans
  Brad Fitzpatrick af4fee9d05 http2: make Server reject connection-level headers with a 400 response il y a 9 ans
  Brad Fitzpatrick e7da8edaa5 http2: reduce garbage in Server on requests with bodies il y a 10 ans
  Brad Fitzpatrick 9e1fb3c175 http2: move merging of HEADERS and CONTINUATION into Framer il y a 10 ans
  Brad Fitzpatrick 6ccd6698c6 http2: export Server.ServeConn il y a 10 ans
  Brad Fitzpatrick d513e58596 http2: add mechanism to send undeclared Trailers mid handler il y a 10 ans
  Brad Fitzpatrick 2e9cee70ee http2: clarify field-value grammar in doc; reject DEL in field value il y a 10 ans
  Brad Fitzpatrick b2ed34f6fc http2: validate received header field values in Server and Transport il y a 10 ans
  Alex Brainman 8760df475b http2: skip TestServer_RejectsLargeFrames on windows (fixes build) il y a 10 ans
  Brad Fitzpatrick 5df5483e05 http2: add tests to verify the type of peer stream resets il y a 10 ans
  Brad Fitzpatrick 415f1917e1 http2: clean up debugging, rename GODEBUG key il y a 10 ans
  Mikio Hara 1d7a0b2100 http2: fix nits found by vet il y a 10 ans