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

Method SContData

plugins/esi/serverIntercept.cc:73–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 bool initialized;
72
73 SContData(TSCont cont)
74 : net_vc(nullptr),
75 contp(cont),
76 input(),
77 output(),
78 body(""),
79 req_content_len(0),
80 req_hdr_bufp(nullptr),
81 req_hdr_loc(nullptr),
82 req_hdr_parsed(false),
83 initialized(false)
84 {
85 http_parser = TSHttpParserCreate();
86 }
87
88 bool init(TSVConn vconn);
89

Callers

nothing calls this directly

Calls 1

TSHttpParserCreateFunction · 0.85

Tested by

no test coverage detected