node-http2 icon indicating copy to clipboard operation
node-http2 copied to clipboard

Question. About "padding" of framer.js

Open castpuz opened this issue 8 years ago • 0 comments

When frame.data is input, I can see this source code.

frame.data = buffer.slice(dataOffset, -1 * paddingLength);

why are padding leave out?

plus) The other frames have same part, too.

castpuz avatar Mar 08 '17 01:03 castpuz