MCPcopy 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
768inline void
769HttpSM::disable_redirect()
770{
771 this->enable_redirection = false;
772 this->_postbuf.clear();
773}
774
775inline int64_t
776HttpSM::postbuf_copy_partial_data(int64_t consumed_bytes)

Callers 4

handle_post_failureMethod · 0.95
producer_runMethod · 0.80
producer_handlerMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected