Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ is_write_high_water
Method
is_write_high_water
src/proxy/http2/Http2CommonSession.cc:446–450 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
444
}
445
446
bool
447
Http2CommonSession::is_write_high_water() const
448
{
449
return this->write_buffer->high_water();
450
}
451
452
void
453
Http2CommonSession::write_reenable()
Callers
1
send_a_data_frame
Method · 0.80
Calls
1
high_water
Method · 0.45
Tested by
no test coverage detected