1. 21 Jan, 2014 1 commit
  2. 20 Jan, 2014 2 commits
  3. 19 Jan, 2014 8 commits
  4. 18 Jan, 2014 11 commits
  5. 17 Jan, 2014 12 commits
  6. 16 Jan, 2014 3 commits
    • Tatsuhiro Tsujikawa's avatar
      7048c565
    • Tatsuhiro Tsujikawa's avatar
      Move name/value validation functions to src · 707a0b41
      Tatsuhiro Tsujikawa authored
      nghttp2 library itself now accept octet header/value pairs,
      completely not restricted by HTTP/1 header name/value rule.
      The applications may impose restriction about them using
      validators.
      707a0b41
    • Tatsuhiro Tsujikawa's avatar
      Emit header name/value pair using callback functions · 0e4b3d43
      Tatsuhiro Tsujikawa authored
      Now, in nghttp2_on_frame_recv_callback, nva and nvlen in
      HEADERS and PUSH_PROMISE frames are always NULL and 0 respectively.
      The header name/value pairs are emitted successive
      nghttp2_on_header_callback functions. The end of header fields are
      signaled with nghttp2_on_end_headers_callback function.
      
      Since NGHTTP2_ERR_PAUSE for nghttp2_on_frame_recv_callback is
      introduced to handle header block, it is now deprecated.
      Instead, nghttp2_on_header_callback can be paused using
      NGHTTP2_ERR_PAUSE.
      0e4b3d43
  7. 13 Jan, 2014 3 commits