Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ write_avail
Method
write_avail
src/proxy/http2/Http2CommonSession.cc:440–444 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
438
}
439
440
int64_t
441
Http2CommonSession::write_avail()
442
{
443
return this->write_buffer->write_avail();
444
}
445
446
bool
447
Http2CommonSession::is_write_high_water() const
Callers
15
do_outbound_proxy_protocol
Function · 0.45
state_read_client_request_header
Method · 0.45
write_header_into_buffer
Method · 0.45
send_headers
Method · 0.45
_encode_prefix
Method · 0.45
_encode_indexed_header_field
Method · 0.45
_encode_indexed_header_field_with_postbase_index
Method · 0.45
_encode_literal_header_field_with_name_ref
Method · 0.45
_encode_literal_header_field_without_name_ref
Method · 0.45
_encode_literal_header_field_with_postbase_name_ref
Method · 0.45
_write_insert_with_name_ref
Method · 0.45
_write_insert_without_name_ref
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected