meejah / txtorcon

Twisted-based asynchronous Tor control protocol implementation. Includes unit-tests, examples, state-tracking code and configuration abstraction.
http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/
MIT License
250 stars 72 forks source link

strip OK lines? #8

Closed meejah closed 10 years ago

meejah commented 12 years ago

Should all OK lines be simply stripped from responses before being give to, e.g. TorState code (and other client code)? It seems like overall this would be a win for simplicity.