Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ disable_redirect
Method
disable_redirect
include/proxy/http/HttpSM.h:768–773 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
766
}
767
768
inline void
769
HttpSM::disable_redirect()
770
{
771
this->enable_redirection = false;
772
this->_postbuf.clear();
773
}
774
775
inline int64_t
776
HttpSM::postbuf_copy_partial_data(int64_t consumed_bytes)
Callers
4
state_read_server_response_header
Method · 0.95
handle_post_failure
Method · 0.95
producer_run
Method · 0.80
producer_handler
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected