Home
last modified time | relevance | path

Searched refs:send_goaway_frame (Results 1 – 4 of 4) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/http2/
H A DHttp2ConnectionState.cc1080 this->send_goaway_frame(this->latest_streamid_in, error.code); in main_event_handler()
1108 send_goaway_frame(INT32_MAX, Http2ErrorCode::HTTP2_ERROR_NO_ERROR); in main_event_handler()
1124 send_goaway_frame(latest_streamid_in, shutdown_reason); in main_event_handler()
1674 this->send_goaway_frame(this->latest_streamid_in, Http2ErrorCode::HTTP2_ERROR_PROTOCOL_ERROR); in send_headers_frame()
1825 this->send_goaway_frame(this->latest_streamid_in, Http2ErrorCode::HTTP2_ERROR_PROTOCOL_ERROR); in send_rst_stream_frame()
1880 Http2ConnectionState::send_goaway_frame(Http2StreamId id, Http2ErrorCode ec) in send_goaway_frame() function in Http2ConnectionState
H A DHttp2ConnectionState.h280 void send_goaway_frame(Http2StreamId id, Http2ErrorCode ec);
H A DHttp2ClientSession.cc572 … this->connection_state.send_goaway_frame(this->connection_state.get_latest_stream_id_in(), err); in state_process_frame_read()
/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dswoole_http2_client_coro.cc174 bool send_goaway_frame(zend_long error_code, const char *debug_data, size_t debug_data_len);
1293 bool Client::send_goaway_frame(zend_long error_code, const char *debug_data, size_t debug_data_len)… in send_goaway_frame() function in Client
1492 RETURN_BOOL(h2c->send_goaway_frame(error_code, debug_data, debug_data_len)); in PHP_METHOD()