MCPcopy Create free account
hub / github.com/apache/trafficserver / set_local_rwnd

Method set_local_rwnd

include/proxy/http2/Http2Stream.h:348–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348inline void
349Http2Stream::set_local_rwnd(Http2WindowSize new_size)
350{
351 this->_local_rwnd = new_size;
352}
353
354inline bool
355Http2Stream::trailing_header_is_possible() const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected