Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ is_chunked_encoding_supported
Method
is_chunked_encoding_supported
src/proxy/http/Http1ClientSession.cc:562–566 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
560
}
561
562
bool
563
Http1ClientSession::is_chunked_encoding_supported() const
564
{
565
return true;
566
}
567
568
int
569
Http1ClientSession::get_transact_count() const
Callers
4
do_setup_client_request_body_tunnel
Method · 0.45
attach_server_session
Method · 0.45
check_request_validity
Method · 0.45
handle_response_keep_alive_headers
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected