Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ is_write_vio_done
Method
is_write_vio_done
include/proxy/http2/Http2Stream.h:305–309 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
303
}
304
305
inline bool
306
Http2Stream::is_write_vio_done() const
307
{
308
return this->write_vio.ntodo() == 0;
309
}
310
311
inline void
312
Http2Stream::update_sent_count(unsigned num_bytes)
Callers
4
send_data_frames_depends_on_priority
Method · 0.80
send_a_data_frame
Method · 0.80
send_data_frames
Method · 0.80
send_headers_frame
Method · 0.80
Calls
1
ntodo
Method · 0.80
Tested by
no test coverage detected