diff --git a/actix-session/src/lib.rs b/actix-session/src/lib.rs index f48c9ac40..dd844bef0 100644 --- a/actix-session/src/lib.rs +++ b/actix-session/src/lib.rs @@ -65,7 +65,7 @@ //! ``` //! //! The session state can be accessed and modified by your request handlers using the [`Session`] -//! extractor. +//! extractor. Note that this doesn't work in the stream of a streaming response. //! //! ```no_run //! use actix_web::Error;