fre 2012-09-07 klockan 21:54 -0600 skrev Alex Rousskov: > However, when the proxy receives a CONNECT request, it diverts the > request to tunnel.cc. Tunnel.cc is aware of peer selection logic but > lacks the code that establishes an SSL connection to SSL peers.
Yes, long time bug that no one has gotten arond to fix yet. > My current plan is to try #3 to avoid code duplication but if it becomes > too complex, go for #1 and duplicate what is necessary. What do you > think? Any better ideas? Sounds like a great plan to me. Not too fond of moving CONNECT into ClientStream/StoreEntry intrefaces. It's not having any HTTP body like semantics. Regards Henrik
