add comment

This commit is contained in:
yggverse 2025-01-15 03:49:01 +02:00
parent a35d86a630
commit b948342ebf

View File

@ -18,6 +18,7 @@ use std::{
/// e.g. session resumption or multi-thread connection management (depending of client type selected)
pub struct Client {
// Shared reference to cancel async operations
// * keep it private to make sure that `status` member tracked properly
cancellable: Cell<Cancellable>,
// Redirects resolver for different protocols
pub redirect: Rc<Redirect>,