From ca2cb6a87039c8001f73d82c91e6b7c8a21bc8de Mon Sep 17 00:00:00 2001 From: robjtede Date: Wed, 21 Sep 2022 12:54:29 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2082a10?= =?UTF-8?q?0d96c69dc4dead340791f959129ab21df80=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actix_session/index.html | 2 +- settings.html | 4 +++- src/actix_session/lib.rs.html | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/actix_session/index.html b/actix_session/index.html index 15beeff2a..8d400b416 100644 --- a/actix_session/index.html +++ b/actix_session/index.html @@ -58,7 +58,7 @@ as a middleware on your App:

.await }

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.

use actix_web::Error;
 use actix_session::Session;
diff --git a/settings.html b/settings.html
index 52c8bb493..b3c31e83e 100644
--- a/settings.html
+++ b/settings.html
@@ -1 +1,3 @@
-Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file +Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file diff --git a/src/actix_session/lib.rs.html b/src/actix_session/lib.rs.html index a86070d9f..f71a771da 100644 --- a/src/actix_session/lib.rs.html +++ b/src/actix_session/lib.rs.html @@ -803,7 +803,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;