Close the stream.
| 115 | |
| 116 | /// Close the stream. |
| 117 | void close() |
| 118 | { |
| 119 | next_layer_.close(); |
| 120 | } |
| 121 | |
| 122 | /// Close the stream. |
| 123 | BOOST_ASIO_SYNC_OP_VOID close(boost::system::error_code& ec) |
nothing calls this directly
no outgoing calls
no test coverage detected