1. 24 Sep, 2014 1 commit
  2. 23 Sep, 2014 7 commits
  3. 18 Sep, 2014 5 commits
  4. 17 Sep, 2014 4 commits
  5. 16 Sep, 2014 1 commit
  6. 14 Sep, 2014 2 commits
  7. 13 Sep, 2014 2 commits
    • Tatsuhiro Tsujikawa's avatar
    • Tatsuhiro Tsujikawa's avatar
      Add nghttp2_option_set_recv_client_preface() · 901de5fb
      Tatsuhiro Tsujikawa authored
      By default, nghttp2 library only handles HTTP/2 frames and does not
      recognize first 24 bytes of client connection preface. This design
      choice is done due to the fact that server may want to detect the
      application protocol based on first few bytes on clear text
      communication. But for simple servers which only speak HTTP/2, it is
      easier for developers if nghttp2 library takes care of client
      connection preface.
      
      If this option is used with nonzero val, nghttp2 library checks first
      24 bytes client connection preface. If it is not a valid one,
      nghttp2_session_recv() and nghttp2_session_mem_recv() will return
      error NGHTTP2_ERR_BAD_PREFACE, which is fatal error.
      901de5fb
  8. 10 Sep, 2014 3 commits
  9. 01 Sep, 2014 1 commit
  10. 29 Aug, 2014 4 commits
  11. 28 Aug, 2014 3 commits
  12. 27 Aug, 2014 7 commits