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

Method set_close_connection

src/proxy/ProxyTransaction.cc:281–284  ·  view source on GitHub ↗

Most protocols will not want to set the Connection: header For H2 it will initiate the drain logic. So we make do nothing the default action.

Source from the content-addressed store, hash-verified

279// For H2 it will initiate the drain logic. So we make do nothing
280// the default action.
281void
282ProxyTransaction::set_close_connection(HTTPHdr & /* hdr ATS_UNUSED */) const
283{
284}
285
286void
287ProxyTransaction::mark_as_tunnel_endpoint()

Calls

no outgoing calls

Tested by

no test coverage detected