1 रिपॉजिटरी
Logic for cleaning up memory and internal state associated with protocol-specific sessions and compressors.
Distinct from Memory Resource Cleanup: Specifically handles the teardown of protocol state and session-based memory, which differs from general test-suite cleanup or compression algorithms
Explore 1 awesome GitHub repository matching operating systems & systems programming · Protocol Resource Deallocation. Refine with filters or upvote what's useful.
nghttp2 is a suite of low-level C libraries and tools designed for implementing the HTTP/2 protocol. It provides a memory-efficient implementation of the protocol's core logic, including framing, stream multiplexing, and flow control. The project includes a dedicated library for HPACK header compression and decompression to reduce network bandwidth. It also provides a toolset for analyzing network traffic and benchmarking server performance, including throughput and latency measurements. Its broader capabilities cover protocol implementation and traffic management, including ALPN connection
nghttp2 deallocates memory and resources used by a header compressor to prevent leaks after the session ends.