github nghttp2/nghttp2 v0.7.4
nghttp2 v0.7.4

latest releases: v1.62.0, v1.61.0, v1.61.0-alpha.0...
9 years ago
  • Implements h2-14 protocol (http://tools.ietf.org/html/draft-ietf-httpbis-http2-14)
  • Implements HPACK 09 (http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-09)
  • Handle situation where request HEADERS in queue is reset by RST_STREAM
  • Make nghttp2_session_get_stream_user_data work inside nghttp2_on_frame_not_send_callback
  • Make default min frame payload size to 16K
  • Fix bug that client may send PROTOCOL_ERROR upon canceled push stream
  • Treat first SETTINGS bearing ACK as connection error
  • examples/client: Send SETTINGS
  • nghttp: Don't request already pushed resources
  • nghttp: Rewrite statistics output with -s option
  • nghttpd: Handle return value from server.run()
  • nghttpd: Fix multiple push configuration does not work
  • nghttpx: Cancel backend request when frontend HTTP/1 connection is lost
  • nghttpx: Support server push using Link header field; --no-server-push to disable this.
  • nghttpx: Rewrite :authority and host header field; --no-host-rewrite to disable this.
  • nghttpx: Fix busy loop when HTTP/2 backend reset after connection established
  • nghttpx: Use TCP_DEFER_ACCEPT if available
  • nghttpx: Accept s or ms as unit for argument
  • h2load: Add request stats (time for request min, max, mean and sd)
  • Add bash_completion files for nghttp, nghttpd, nghttpx and h2load

Don't miss a new nghttp2 release

NewReleases is sending notifications on new releases.