Commit History

Author SHA1 Message Date
  Brad Fitzpatrick 401665bf51 Merge pull request #21 from DanielMorsing/push 11 years ago
  Daniel Morsing 9f25169dc9 Send GOAWAY if server receives a PUSH_PROMISE. 11 years ago
  Daniel Morsing b7c97da766 Add ability to write and parse push promise frames. 11 years ago
  Brad Fitzpatrick 73d2f1e5ab Clarify PriorityParam.Weight's range. 11 years ago
  Brad Fitzpatrick 6a9b77b404 Track whether peer has acked our latest settings. 11 years ago
  Brad Fitzpatrick 5b95eb395f Forget pending frames when stream is closed (e.g. RST) 11 years ago
  Brad Fitzpatrick a92fa95e54 Simplify write scheduler a bit, remove serverConn.writeFrame's fast path for now 11 years ago
  Brad Fitzpatrick 9b7b38309b Add a test that empty DATA frames aren't flow-controlled. 11 years ago
  Brad Fitzpatrick 987661858c Use the initialWindowSize constant directly when setting the conn flow 11 years ago
  Brad Fitzpatrick 021bb68637 Add debug String method to frameWriteMsg and writeData 11 years ago
  Brad Fitzpatrick 6bb6643a08 Fix typo 11 years ago
  Brad Fitzpatrick 17a4784adc Merge pull request #19 from tatsuhiro-t/enforce-connfc 11 years ago
  Tatsuhiro Tsujikawa cc1e1da51b Respect peer's connection-level flow control 11 years ago
  Brad Fitzpatrick 605f62817c Write scheduler changes towards selecting between competing writing streams. 11 years ago
  Brad Fitzpatrick 2ee3a49964 Start of priority processing. Untested. 11 years ago
  Brad Fitzpatrick 50effbafcc Add HeadersFrame.HasPriority accessor. 11 years ago
  Brad Fitzpatrick 914bad543c Make stream a bit more general and remove the serverConn pointer. 11 years ago
  Brad Fitzpatrick 2b45947877 Move handler writing flow control to serve goroutine's frame scheduler. 11 years ago
  Brad Fitzpatrick 9581fe11cc Increase prefaceTimeout. I actually hit this myself. 11 years ago
  Brad Fitzpatrick f16a0b35be Shrink frameWriteMsg, add writeFramer interface, remove empty interfaces. 11 years ago
  Brad Fitzpatrick 379332fca9 Merge pull request #18 from tatsuhiro-t/encoder-doc-fix 11 years ago
  Brad Fitzpatrick f0866ad56c Start of a better frame scheduler. Still many TODOs. 11 years ago
  Brad Fitzpatrick 66ec4396ff Remove some redundant goroutine checks. writeFrameFromHandler does these. 11 years ago
  Brad Fitzpatrick 23564bf81c Refactor frame writing in prep for the write scheduler and client support. 11 years ago
  Brad Fitzpatrick 756decb7df Fix the one func missing its paranoid writeG.check call. 11 years ago
  Brad Fitzpatrick a13c4a4d05 Break server's frame scheduler into its own file & type. 11 years ago
  Tatsuhiro Tsujikawa 0d869c5287 Fix documentation for SetMaxDynamicTableSize of Encoder 11 years ago
  Brad Fitzpatrick 1797e703f6 comment update 11 years ago
  Brad Fitzpatrick ad4757f973 New TODO 11 years ago
  Brad Fitzpatrick 0218ba6a8f Verify num written bytes from body.Write 11 years ago