Skip to content

nghttp2 v1.0.1

Compare
Choose a tag to compare
@tatsuhiro-t tatsuhiro-t released this 24 May 10:30
· 4352 commits to master since this release
v1.0.1
  • Include stdint.h instead of inttypes.h when compiled with MSVC < 2013
  • Fix invalid memory free on out-of-memory handling
  • integration: Use our own copy of golang spdy package
  • android: Don't link zlib bundled with android NDK
  • Dockerfile.android: Update NDK ver, and ubuntu; build and link zlib
  • src, examples: Fix up OpenSSL initialization
  • nghttpx: Allow HTTP Upgrade from POST request if response header has not been sent to the client
  • nghttpx: Fix bug that PUSH_PROMISE is sent after associated response HEADERS
  • nghttpd: Close connection after settings timeout and GOAWAY was sent
  • h2load: Fix bug that NPN fails if ALPN is enabled