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

Method flush

src/proxy/http2/Http2CommonSession.cc:181–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void
182Http2CommonSession::flush()
183{
184 this->connection_state.cancel_retransmit();
185 if (this->_pending_sending_data_size > 0) {
186 this->_pending_sending_data_size = 0;
187 this->_write_buffer_last_flush = ink_get_hrtime();
188 write_reenable();
189 }
190}
191
192int
193Http2CommonSession::state_read_connection_preface(int event, void *edata)

Callers 5

xmitMethod · 0.95
main_event_handlerMethod · 0.45
send_a_data_frameMethod · 0.45
main_event_handlerMethod · 0.45
main_event_handlerMethod · 0.45

Calls 2

ink_get_hrtimeFunction · 0.85
cancel_retransmitMethod · 0.80

Tested by

no test coverage detected