MEDIUM: h2: don't use trash to decode headers!

The trash is already used by the hpack layer and for Huffman decoding,
it's unsafe to use here as a buffer and results in corrupted data. Use
a safely allocated trash instead.
1 file changed