nopara73 / DotNetTor

Library implementation of essential Tor features in .NET Core.
https://www.nuget.org/packages/DotNetTor
MIT License
78 stars 21 forks source link

Revert "Added test for non ascii chars" #13

Closed nopara73 closed 6 years ago

nopara73 commented 6 years ago

Reverts nopara73/DotNetTor#10

The test gives the same result with new HttpClient(), without our SocksPortHandler, therefore it works as intended. It's possible the other side (httpbin) does not handle UTF8 properly.