dc9ca1a2b8
Motivation: The HTTP/2 compressor does not release the input buffer when compression is done. This results in buffer leaks. Modifications: - Release the buffer in the HTTP/2 compressor - Update tests to reflect the correct state Result: 1 less buffer leak.