Home
last modified time | relevance | path

Searched refs:kQPACKTestDecoderMaxTableSize (Results 1 – 2 of 2) sorted by relevance

/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/session/test/
H A DHQSessionTestCommon.h35 constexpr size_t kQPACKTestDecoderMaxTableSize = 2048; variable
147 qpackCodec_.setDecoderHeaderTableMaxSize(kQPACKTestDecoderMaxTableSize); in direction_()
415 {proxygen::SettingsId::HEADER_TABLE_SIZE, kQPACKTestDecoderMaxTableSize},
H A DHQDownstreamSessionTest.cpp799 qpackCodec.setEncoderHeaderTableSize(kQPACKTestDecoderMaxTableSize); in estimateResponseSize()