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

Method set_rx_error_code

src/proxy/http2/Http2Stream.cc:1278–1284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1276}
1277
1278void
1279Http2Stream::set_rx_error_code(ProxyError e)
1280{
1281 if (!this->is_outbound_connection() && this->_sm) {
1282 this->_sm->t_state.client_info.rx_error_code = e;
1283 }
1284}
1285
1286void
1287Http2Stream::set_tx_error_code(ProxyError e)

Callers 2

rcv_rst_stream_frameMethod · 0.45
cleanup_streamsMethod · 0.45

Calls 1

Tested by

no test coverage detected