Commit Verlauf

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