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

Class HttpProxyAcceptor

src/proxy/http/HttpProxyServerMain.cc:101–109  ·  view source on GitHub ↗

Data about an acceptor. This is used to separate setting up the proxy ports and starting to accept on them. */

Source from the content-addressed store, hash-verified

99
100*/
101struct HttpProxyAcceptor {
102 /// Accept continuation.
103 Continuation *_accept = nullptr;
104 /// Options for @c NetProcessor.
105 NetProcessor::AcceptOptions _net_opt;
106
107 /// Default constructor.
108 HttpProxyAcceptor() {}
109};
110
111/** Global acceptors.
112

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected