diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-04-27 11:44:42 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-04-27 11:44:42 -0700 |
| commit | 9ebf1b2d2cc4bb850cc152168c08a1bb9e3e8ddb (patch) | |
| tree | 33a003210caa2686bdd940539f7d280830a1ebdd /tests/httpclient.c | |
| parent | 6f1e1d0bfa5a6e897c2eab64623e17bddc693d10 (diff) | |
| download | nng-9ebf1b2d2cc4bb850cc152168c08a1bb9e3e8ddb.tar.gz nng-9ebf1b2d2cc4bb850cc152168c08a1bb9e3e8ddb.tar.bz2 nng-9ebf1b2d2cc4bb850cc152168c08a1bb9e3e8ddb.zip | |
Tests: remove the legacy wss transport test and framework support for Convey transport tests
This has been needed for some time; the convey framework is not reliable or debuggable,
and will ultimately be removed. Only the http client test remains using it.
Diffstat (limited to 'tests/httpclient.c')
| -rw-r--r-- | tests/httpclient.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/httpclient.c b/tests/httpclient.c index b23449f1..4f55b8c7 100644 --- a/tests/httpclient.c +++ b/tests/httpclient.c @@ -20,7 +20,6 @@ #include "core/nng_impl.h" #include "convey.h" -#include "trantest.h" TestMain("HTTP Client", { Convey("Given a TCP connection to example.com", { |
