コミット履歴

作者 SHA1 メッセージ 日付
  Brad Fitzpatrick 7197fa6d9c Add the demo server back, slightly cleaned up. 11 年 前
  Brad Fitzpatrick ff0471bf0d Populate Request.URL.Path correctly. 11 年 前
  Brad Fitzpatrick 390047ea2a Support ResponseWriter.Write from http.Handlers (sending DATA frames) 11 年 前
  Brad Fitzpatrick 6394403ef4 Add StreamEnded frame accessors. 11 年 前
  Brad Fitzpatrick be34115420 internal paranoia: detect unbuffered channels passed to the frame writer 11 年 前
  Brad Fitzpatrick 520123b8fc Redesign how frames are written. 11 年 前
  Brad Fitzpatrick 15a4bf34e6 Baby steps towards handlers responding with data. 11 年 前
  Brad Fitzpatrick 1f430e1246 Move flow.cur out of test file. Might use it in ResponseWriter. 11 年 前
  Brad Fitzpatrick 729bd7279c Break responseWriter into small and large parts. 11 年 前
  Brad Fitzpatrick b5469d2b7f server: rearrange 11 年 前
  Brad Fitzpatrick b331b819ec Break http2*.go up into http2 and server parts. 11 年 前
  Brad Fitzpatrick 6a48feb026 Send WINDOW_UPDATE frames as Handlers read from their Request.Body. 11 年 前
  Brad Fitzpatrick ff6db8eca6 Implement request bodies. 11 年 前
  Brad Fitzpatrick bc7d81f131 refactoring cleanup 11 年 前
  Brad Fitzpatrick 20c8ce8bf9 Merge pull request #8 from kr/pipe 11 年 前
  Keith Rarick 50b8ccc4e8 buffered pipe 11 年 前
  Brad Fitzpatrick 03abeab17b Flow Control work. 11 年 前
  Brad Fitzpatrick 7eaffb4084 Add Framer.WriteGoAway, fix debug-data accessor bug, add tests. 11 年 前
  Brad Fitzpatrick 7be665e42a remove Error type. no longer used. 11 年 前
  Brad Fitzpatrick b59345dc02 Respond to PING frames. 11 年 前
  Brad Fitzpatrick 2e5b5040dd Add Framer.WritePing 11 年 前
  Brad Fitzpatrick aeecbd8399 Require regular headers after pseudo headers. 11 年 前
  Brad Fitzpatrick 832edb1272 Require exactly one pseudo header. 11 年 前
  Brad Fitzpatrick 8e2815e2f7 Require http or https scheme for now in incoming requests. 11 年 前
  Brad Fitzpatrick c4d60a2b87 Require pseudo headers in requests. Clear state between requests. 11 年 前
  Brad Fitzpatrick 8d68f5f447 Don't allocate mapping response codes to strings. 11 年 前
  Brad Fitzpatrick 6fe7631778 Debug-only runtime tracking of funcs running on correct goroutines. 11 年 前
  Brad Fitzpatrick d43f8f3b33 Send RST_STREAM on stream errors. Reject capital headers with stream errors. 11 年 前
  Brad Fitzpatrick b90dfb042f Handle 'cookie' headers' special case merging. 11 年 前
  Brad Fitzpatrick 2dc20ab6d3 Add test for receiving continuation frames. 11 年 前