[squid-dev] on_unsupported_protocol rewrite to support tcp connection relay

2017-03-24 Thread 钱国正
Hi gurus: For below code in client_side.cc, I want to know what's the pinning.serverConnection mean? and what it is used for? I want to rewrite the on_unsupported_protocol to support tcp connection (non-http protocol, called httpdns not readable, no http header) and relay it the server. Except

Re: [squid-dev] on_unsupported_protocol rewrite to support tcp connection relay

2017-03-24 Thread Alex Rousskov
On 03/24/2017 04:54 AM, 钱国正 wrote: > I want to know what's the > pinning.serverConnection mean? and what it is used for? Before we dive into low-level details, please allow me to ask an important high-level question. Your answer may render those low-level detail irrelevant: > I want to rewrite t