Subject: | Avoid the TCP dependencies |
Although it's usually going to be used for servers, it shouldn't need to
build real clients and servers just to test it.
Consider doing round-tripping via filter chaining instead, and remove
the two test dependencies if it's possible to. Lower dep weight == awesome.