| 35 | // ========================================================================= |
| 36 | |
| 37 | StreamThreadHttp::StreamThreadHttp( |
| 38 | StreamInterface &stream) : |
| 39 | StreamThreadBase("HTTP", stream) {} |
| 40 | |
| 41 | StreamThreadHttp::~StreamThreadHttp() { |
| 42 | terminateThread(); |
nothing calls this directly
no outgoing calls
no test coverage detected