MCPcopy Create free account
hub / github.com/apache/trafficserver / has_request_body

Method has_request_body

src/proxy/http2/Http2Stream.cc:1229–1233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1227}
1228
1229bool
1230Http2Stream::has_request_body(int64_t /* content_length ATS_UNUSED */, bool /* is_chunked_set ATS_UNUSED */) const
1231{
1232 return has_body;
1233}
1234
1235Http2ConnectionState &
1236Http2Stream::get_connection_state()

Calls

no outgoing calls

Tested by

no test coverage detected