monero-project / kovri

The Kovri I2P Router Project
Other
571 stars 114 forks source link

SOCKS: unit-tests for the SOCKS implementation #1010

Closed coneiric closed 6 years ago

coneiric commented 6 years ago

By submitting this pull-request, I confirm the following:

Serves as a basis for evaluating the current SOCKS implementation, and progressing with future development.

coneiric commented 6 years ago

Tests fail.

On up-to-date Boost, all tests pass, and I lost access to Boost 1.58 boxes.



```
/home/vagrant/slave/kovri-all-ubuntu-amd64/build/tests/unit_tests/client/proxy/socks.cc:79:24: error: 'class boost::asio::const_buffers_1' has no member named 'data'
   BOOST_CHECK(response.data());
```
anonimal commented 6 years ago

NOTICE: THIS PULL REQUEST HAS BEEN MOVED TO GitLab. Please reopen there if you wish to merge. See https://github.com/monero-project/kovri/issues/1013 for details.