1. 15 Oct, 2013 2 commits
  2. 13 Oct, 2013 2 commits
  3. 12 Oct, 2013 3 commits
  4. 10 Oct, 2013 5 commits
  5. 04 Oct, 2013 3 commits
  6. 03 Oct, 2013 2 commits
  7. 02 Oct, 2013 3 commits
  8. 29 Sep, 2013 2 commits
  9. 28 Sep, 2013 3 commits
    • Tatsuhiro Tsujikawa's avatar
      Update doc · f30a238e
      Tatsuhiro Tsujikawa authored
      f30a238e
    • Tatsuhiro Tsujikawa's avatar
    • Tatsuhiro Tsujikawa's avatar
      Add nghttp2_session_continue API function · 21d76dcc
      Tatsuhiro Tsujikawa authored
      The NGHTTP2_ERR_PAUSE library error code is introduced to pause
      the execution of nghttp2_session_mem_recv() when that error code
      is returned from nghttp2_on_frame_recv_callback or
      nghttp2_on_data_chunk_recv_callback. If this happens, the parameters
      available for both callbacks are retained until the application
      calls nghttp2_session_continue(). The application must retain
      input bytes which was used to produce the frame.
      After successful call of nghttp2_session_continue, the application
      can continue to call nghttp2_session_mem_recv() to process
      additional data.
      21d76dcc
  10. 26 Sep, 2013 5 commits
  11. 24 Sep, 2013 10 commits