<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div>Previously, only HTTP2 used huffman encoding (gRPC is util now</div><div>HTTP2 based), as HTTP3 becomes available, both of them uses huffman</div><div>encoding. But existed debug log in huffman decode function is hard</div><div>coded using "http2" prefixes, if a client transports an incorrect</div><div>huffman encoded field value in an HTTP3 request, it will give an</div><div>erroneous log. With the patch, it will properly log a bad field value.</div><div>Alternatively, removing "http2" prefixes only is ok, but it can not</div><div>differentiate whether it is caused by an HTTP2 or an HTTP3 request.</div></div>