1. 29 Jan, 2014 1 commit
    • Tatsuhiro Tsujikawa's avatar
      Replace on_end_headers_callback with on_begin_headers_callback · e186e019
      Tatsuhiro Tsujikawa authored
      Previously, there is inconsistency when on_frame_recv_callback
      is called between HEADERS/PUSH_PROMISE and the other frames.
      For former case, it is called before header block, in latter
      case, it is called after whole frame is received. To make it
      consistent, we call on_frame_recv_callback for HEADERS/PUSH_PROMISE
      after its frame is fully received. Since on_frame_recv_callback
      can signal the end of header block, we replaced on_end_headers_callback
      with on_begin_headers_callback, which is called when the reception
      of the header block is started.
      e186e019
  2. 28 Jan, 2014 1 commit
  3. 27 Jan, 2014 11 commits
  4. 26 Jan, 2014 10 commits
  5. 25 Jan, 2014 1 commit
  6. 24 Jan, 2014 2 commits
  7. 23 Jan, 2014 1 commit
  8. 22 Jan, 2014 3 commits
  9. 21 Jan, 2014 4 commits
  10. 20 Jan, 2014 2 commits
  11. 19 Jan, 2014 4 commits