Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ is_postbuf_valid
Method
is_postbuf_valid
include/proxy/http/HttpSM.h:799–803 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
797
}
798
799
inline bool
800
HttpSM::is_postbuf_valid()
801
{
802
return this->_postbuf.is_valid();
803
}
804
805
inline IOBufferReader *
806
HttpSM::get_postbuf_clone_reader()
Callers
3
tunnel_handler_post
Method · 0.95
producer_run
Method · 0.80
producer_handler
Method · 0.80
Calls
1
is_valid
Method · 0.45
Tested by
no test coverage detected