Closed nopara73 closed 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.
new HttpClient()
SocksPortHandler
Reverts nopara73/DotNetTor#10
The test gives the same result with
new HttpClient()
, without ourSocksPortHandler
, therefore it works as intended. It's possible the other side (httpbin) does not handle UTF8 properly.