nskinkel / oppy

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

Handle RelayEndCell's with reason != REASON_DONE the same way tor does #140

Open nskinkel opened 9 years ago

nskinkel commented 9 years ago

Related to #122, in normal usage oppy sees a fairly wide ranges of reasons a stream might fail (most common seems to be reason 2). We should copy what tor does in how we handle this.