Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ postbuf_buffer_avail
Method
postbuf_buffer_avail
include/proxy/http/HttpSM.h:756–760 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
754
}
755
756
inline int64_t
757
HttpSM::postbuf_buffer_avail()
758
{
759
return this->_postbuf.postdata_copy_buffer_start->read_avail();
760
}
761
762
inline void
763
HttpSM::postbuf_clear()
Callers
2
tunnel_handler_post
Method · 0.95
producer_handler
Method · 0.80
Calls
1
read_avail
Method · 0.45
Tested by
no test coverage detected