1. 15 Jul, 2014 1 commit
  2. 14 Jul, 2014 1 commit
    • Tatsuhiro Tsujikawa's avatar
      Handle multiple SETTINGS_HEADER_TABLE_SIZE in incoming SETTINGS frame · 55c697e9
      Tatsuhiro Tsujikawa authored
      Previously we just assumed that if same settings ID is found in
      SETTINGS, it is enough to process last seen entry.  But it turns out
      it is not enough for SETTINGS_HEADER_TABLE_SIZE.  If we have 0 and
      4096 for SETTINGS_HEADER_TABLE_SIZE in one SETTINGS, we must first
      shrink dynamic table to 0 and then enlarge it to 4096.  This means
      that we have to remember the minimum value and last value.
      55c697e9
  3. 12 Jul, 2014 4 commits
  4. 08 Jul, 2014 5 commits
  5. 06 Jul, 2014 4 commits
  6. 05 Jul, 2014 8 commits
  7. 03 Jul, 2014 10 commits
  8. 02 Jul, 2014 7 commits