Historial de Commits

Autor SHA1 Mensaje Fecha
  Brad Fitzpatrick 73058b0420 http2: add support for graceful shutdown of Server hace 9 años
  Brad Fitzpatrick 76c1a11e06 http2: change how Server.IdleTimeout is initialized from http.Server hace 9 años
  Brad Fitzpatrick b336a971b7 http2: initialize Server.IdleTimeout from http.Server as http1 does hace 9 años
  Brad Fitzpatrick b626cca987 http2: fix optimized write scheduling hace 9 años
  Tom Bergan c46f265c32 http2: implement support for server push hace 9 años
  Tom Bergan 65dfc08770 http2: reject stream self-dependencies hace 9 años
  Brad Fitzpatrick e7b14352cc http2: optimize server frame writes hace 9 años
  Tom Bergan 4be9b97e3a http2: interface to support pluggable schedulers hace 9 años
  Brad Fitzpatrick c33d37840d http2: add Server.IdleTimeout hace 9 años
  Brad Fitzpatrick 41c5c5cb12 http2: make Server return conn protocol errors on bad idle stream frames hace 9 años
  Brad Fitzpatrick 40a0a18980 http2: fix Server race with concurrent Read/Close hace 9 años
  Brad Fitzpatrick 3bafa3320e http2: make Server reuse 64k request body buffer between requests hace 9 años
  Brad Fitzpatrick 697293012c http2: in Server, disarm connection's ReadTimeout after first request hace 9 años
  Brad Fitzpatrick e2ba55e4e7 http2: fix Transport.RoundTrip hang on stream error before headers hace 9 años
  Brad Fitzpatrick 35028a49ca http2: don't ignore DATA padding in flow control hace 9 años
  Brad Fitzpatrick 6a513affb3 http2: return flow control for closed streams hace 9 años
  Jonathan Rudenberg b400c2eff1 http2: add additional blacklisted ciphersuites hace 9 años
  Brad Fitzpatrick 0c607074ac http2: prevent Server from sending status 100 header after anything else hace 9 años
  Brad Fitzpatrick 4d07e8a493 http2: let handlers close Request.Body without killing streams hace 9 años
  Brad Fitzpatrick 3c5cb154b0 http2: reject more trailer values hace 9 años
  Brad Fitzpatrick 8aacbecd63 http2: with Go 1.7 set Request.Context in ServeHTTP handlers hace 9 años
  Brad Fitzpatrick af4fee9d05 http2: make Server reject connection-level headers with a 400 response hace 9 años
  Brad Fitzpatrick 1600a4cd69 http2: revert part of e7da8eda to fix data race it introduced hace 9 años
  Brad Fitzpatrick 4876518f9e http2: don't make garbage when sorting things hace 9 años
  Brad Fitzpatrick c56178077d http2: remove method value allocation per read frame hace 9 años
  Brad Fitzpatrick e7da8edaa5 http2: reduce garbage in Server on requests with bodies hace 9 años
  Brad Fitzpatrick 9e1fb3c175 http2: move merging of HEADERS and CONTINUATION into Framer hace 10 años
  Brad Fitzpatrick 6ccd6698c6 http2: export Server.ServeConn hace 10 años
  Brad Fitzpatrick d513e58596 http2: add mechanism to send undeclared Trailers mid handler hace 10 años
  Brad Fitzpatrick 04b9de9b51 http2: remove unused variable hace 10 años