Commit History

Author SHA1 Message Date
  Tom Bergan 55a3084c91 http2: fix state tracking for pushed streams 9 years ago
  Brad Fitzpatrick 158696dc0d Revert "context: use Go 1.8 type alias for CancelFunc and Context" 9 years ago
  Brad Fitzpatrick 569280fa63 http2: fix over-aggressive ignoring of frames while in "go away" mode 9 years ago
  Brad Fitzpatrick 6c4ac8bdbf http2: fix Transport race sending RST_STREAM while reading DATA on cancels 9 years ago
  Brad Fitzpatrick 3389ddeea9 http2: remove h2-14 ALPN proto 9 years ago
  Daniel Theophanes 4bb47a1098 webdav: add Context argument to FileSystem interface 9 years ago
  Brad Fitzpatrick 541150ac4f http2: make http2.Server access http1's Server via an interface check 9 years ago
  Alex Brainman 4cfeeeb61a http2/h2i: do not assume that stdin value is always 0 9 years ago
  Brad Fitzpatrick 73058b0420 http2: add support for graceful shutdown of Server 9 years ago
  Brad Fitzpatrick d6520b84c8 webdav: fix recently-broken tests 9 years ago
  Brad Fitzpatrick 76c1a11e06 http2: change how Server.IdleTimeout is initialized from http.Server 9 years ago
  Brad Fitzpatrick fca93ed71f http2/h2i: update line endings for recent change to console package 9 years ago
  Nigel Tao 3fe3024eef webdav: have escapeXML perform fewer allocations. 9 years ago
  Brad Fitzpatrick dffc95cbb4 context: use Go 1.8 type alias for CancelFunc and Context 9 years ago
  Brad Fitzpatrick b336a971b7 http2: initialize Server.IdleTimeout from http.Server as http1 does 9 years ago
  Brad Fitzpatrick b626cca987 http2: fix optimized write scheduling 9 years ago
  Tom Bergan c46f265c32 http2: implement support for server push 9 years ago
  Tom Bergan 65dfc08770 http2: reject stream self-dependencies 9 years ago
  Brad Fitzpatrick e7b14352cc http2: optimize server frame writes 9 years ago
  Tom Bergan 4be9b97e3a http2: interface to support pluggable schedulers 9 years ago
  Nigel Tao 5695785b44 publicsuffix: update table to latest list from publicsuffix.org 9 years ago
  Brad Fitzpatrick c33d37840d http2: add Server.IdleTimeout 9 years ago
  Luka Zakrajšek f11d7120b1 webdav: escape displayname 9 years ago
  Brad Fitzpatrick 41c5c5cb12 http2: make Server return conn protocol errors on bad idle stream frames 9 years ago
  Brad Fitzpatrick 40a0a18980 http2: fix Server race with concurrent Read/Close 9 years ago
  Mikio Hara daba796358 ipv6: remove unnecessary control message marshaling 9 years ago
  Mikio Hara 4bc7a68051 ipv4: remove unnecessary control message marshaling 9 years ago
  Brad Fitzpatrick 3bafa3320e http2: make Server reuse 64k request body buffer between requests 9 years ago
  Brad Fitzpatrick a625e39532 http2: never Read from Request.Body in Transport to determine ContentLength 9 years ago
  Mikio Hara 8b4af36cd2 websocket: drop support for go1.4 or below 9 years ago