| 1276 | } |
| 1277 | |
| 1278 | void |
| 1279 | Http2Stream::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 | |
| 1286 | void |
| 1287 | Http2Stream::set_tx_error_code(ProxyError e) |
no test coverage detected