molnarg/node-http2

Question. About "padding" of framer.js

castpuz opened this issue · 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.