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

Method release

src/proxy/http2/Http2Stream.cc:1098–1107  ·  view source on GitHub ↗

Callback from HttpSM release and do_io_close are the same for the HTTP/2 protocol */

Source from the content-addressed store, hash-verified

1096 release and do_io_close are the same for the HTTP/2 protocol
1097 */
1098void
1099Http2Stream::release()
1100{
1101 if (_state == Http2StreamState::HTTP2_STREAM_STATE_CLOSED) {
1102 this->do_io_close();
1103 return;
1104 }
1105
1106 Http2StreamDebug("Delaying do_io_close() until stream is in the closed state");
1107}
1108
1109void
1110Http2Stream::increment_transactions_stat()

Callers

nothing calls this directly

Calls 1

do_io_closeMethod · 0.95

Tested by

no test coverage detected