nskinkel / oppy

A Tor client (onion proxy) implementation in Python
BSD 3-Clause "New" or "Revised" License
24 stars 3 forks source link

`socks.py` - SOCKSProxy MUST Implement "Optimistic Data" #27

Closed dwtj closed 10 years ago

dwtj commented 10 years ago

It looks like this is how Firefox uses a SOCKS proxy by default.

See socks-extensions.txt in the Tor specification documents for details about "HTTP-resistance".

dwtj commented 10 years ago

I believe that this is the source of the problem described in Issue #16.

dwtj commented 10 years ago

The previous interpretation of "Optimistic Data" is incorrect. See Issue #16.

The priority of this feature has been greatly lowered. See Issue #31.