1. 13 Oct, 2014 1 commit
  2. 10 Oct, 2014 5 commits
  3. 09 Oct, 2014 3 commits
  4. 08 Oct, 2014 3 commits
  5. 07 Oct, 2014 1 commit
  6. 06 Oct, 2014 2 commits
  7. 05 Oct, 2014 1 commit
  8. 03 Oct, 2014 3 commits
  9. 30 Sep, 2014 2 commits
  10. 29 Sep, 2014 3 commits
  11. 28 Sep, 2014 8 commits
  12. 27 Sep, 2014 5 commits
  13. 26 Sep, 2014 2 commits
    • Tatsuhiro Tsujikawa's avatar
      Remove boost LDFLAGS from examples · e887b251
      Tatsuhiro Tsujikawa authored
      e887b251
    • Tatsuhiro Tsujikawa's avatar
      Clear 2 types of stream deferred flag indenpendently · be0f6dca
      Tatsuhiro Tsujikawa authored
      Previously when nghttp2_stream_resume_deferred_data() is called,
      deferred flags in stream->flags are all cleared.  This is not ideal
      because if application returned NGHTTP2_ERR_DEFERRED, and also that
      stream is deferred by flow control, then all flags are cleared and
      read callback will be invoked again.  This commit fixes this issue.
      This changes error condition of nghttp2_session_resume_data().
      Previously we return error if stream was deferred by flow control.
      Now we don't return error in this case.  We just clear
      NGHTTP2_FLAG_DEFERRED_USER and if still
      NGHTTP2_FLAG_DEFERRED_FLOW_CONTROL is set, just return 0.
      be0f6dca
  14. 25 Sep, 2014 1 commit