1. 23 May, 2017 3 commits
  2. 22 May, 2017 2 commits
  3. 21 May, 2017 4 commits
  4. 20 May, 2017 3 commits
  5. 19 May, 2017 1 commit
  6. 16 May, 2017 3 commits
  7. 15 May, 2017 8 commits
  8. 13 May, 2017 4 commits
  9. 12 May, 2017 10 commits
  10. 08 May, 2017 2 commits
    • Martin Blix Grydeland's avatar
      Add an assert that we get the vary attribute · b9506442
      Martin Blix Grydeland authored
      If an object has OA_VARY, we should succeed in getting it.
      
      This might help to narrow down #2319
      b9506442
    • Martin Blix Grydeland's avatar
      Remember to actually record the length of variable length attributes · d246d525
      Martin Blix Grydeland authored
      A variable length attribute (OA_HEADERS and OA_VARY) are allowed to be
      overwritten if the new data has the exact same length as the previous
      data. To check this, its length is recorded. But the length wasn't
      recorded, and the code would treat it as a new attribute.
      
      The reason this hasn't caused issues is that the code looking at
      OA_HEADERS and OA_VARY ignores the stored attribute length, and that
      these aren't ever overwritten.
      d246d525