Commit 770ce20
Alberto Farah
fix: add warning log when session ID is unknown or expired
Closes #2204
The else branch in _handle_stateful_request() silently returned 404 when
receiving an unknown or expired session ID. The other branches already
log at debug/info level. This adds a warning log to help operators
diagnose stale session ID issues (e.g. after server restarts).1 parent b33c811 commit 770ce20
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
273 | 277 | | |
274 | 278 | | |
275 | 279 | | |
| |||
0 commit comments