Skip to content

Commit

Permalink
http: add clarifying comment about the client::stop method
Browse files Browse the repository at this point in the history
  • Loading branch information
ztlpn committed Jul 23, 2024
1 parent fcaad26 commit 31f127c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/v/http/include/http/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ class client : protected net::base_transport {
ss::shared_ptr<client_probe> probe,
ss::lowres_clock::duration max_idle_time = {});

/// Stop must be called before destroying the client object.
ss::future<> stop();
using net::base_transport::shutdown;
using net::base_transport::wait_input_shutdown;
Expand Down

0 comments on commit 31f127c

Please sign in to comment.