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

Method set_no_activity_timeout

src/proxy/http2/Http2ServerSession.cc:395–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393}
394
395void
396Http2ServerSession::set_no_activity_timeout()
397{
398 // Only set if not previously set
399 if (this->_vc->get_inactivity_timeout() == 0) {
400 this->set_inactivity_timeout(HRTIME_SECONDS(Http2::no_activity_timeout_out));
401 }
402}
403
404HTTPVersion
405Http2ServerSession::get_version(HTTPHdr & /* hdr ATS_UNUSED */) const

Callers 1

release_streamMethod · 0.45

Calls 2

Tested by

no test coverage detected