MCPcopy Create free account
hub / github.com/awwit/httpserver / pack

Function pack

src/transfer/http2/HPack.cpp:5526–5534  ·  view source on GitHub ↗

static void packTableSize(std::vector &dest, const size_t tableSize) { const size_t head = dest.size(); packInteger(dest, tableSize, 5); dest[head] |= 0x20; } */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

sendHeadersMethod · 0.85

Calls 1

packHeaderFunction · 0.85

Tested by

no test coverage detected