1. 13 Mar, 2016 5 commits
  2. 12 Mar, 2016 20 commits
  3. 09 Mar, 2016 2 commits
  4. 08 Mar, 2016 1 commit
  5. 05 Mar, 2016 1 commit
  6. 04 Mar, 2016 2 commits
  7. 03 Mar, 2016 6 commits
  8. 02 Mar, 2016 2 commits
  9. 29 Feb, 2016 1 commit
    • Tatsuhiro Tsujikawa's avatar
      Add nghttp2_option_set_no_auto_ping_ack() option · e4537596
      Tatsuhiro Tsujikawa authored
      This option prevents the nghttp2 library from sending PING frame with
      ACK flag set in the reply to incoming PING frame.  To allow the
      application to send PING with ACK flag set, nghttp2_submit_ping() now
      recognizes NGHTTP2_FLAG_PING in its flags parameter.
      e4537596