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

Method reset_send_headers

include/proxy/http2/Http2Stream.h:379–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377}
378
379inline void
380Http2Stream::reset_send_headers()
381{
382 this->_send_header.destroy();
383 this->_send_header.create(HTTP_TYPE_RESPONSE);
384}
385
386// Check entire DATA payload length if content-length: header exists
387inline void

Callers

nothing calls this directly

Calls 2

destroyMethod · 0.45
createMethod · 0.45

Tested by

no test coverage detected