trafficserver icon indicating copy to clipboard operation
trafficserver copied to clipboard

Eliminate a redundant data copy in H3 framer

Open maskit opened this issue 3 years ago • 0 comments

Data copy was needed because of buffer type difference in HTTP/3 module. This PR removes the data copy (IOBufferBlock -> Regular buffer -> IOBufferBlock) by keeping the data in the original IOBufferBlock.

This change could land on master as well, but I didn't want to accidentally break HTTP/3 on master because this change is only tested with other changes on 10-Dev.

maskit avatar Aug 17 '22 07:08 maskit