MCPcopy 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
562bool
563Http1ClientSession::is_chunked_encoding_supported() const
564{
565 return true;
566}
567
568int
569Http1ClientSession::get_transact_count() const

Calls

no outgoing calls

Tested by

no test coverage detected