Skip to content

Commit

Permalink
Do not cache cookie redirect page.
Browse files Browse the repository at this point in the history
  • Loading branch information
zlogic committed Jul 21, 2024
1 parent d22500b commit 38146a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ where
format!(
"HTTP/1.1 200 OK\r\n\
Content-Type: text/html\r\n\
Cache-Control: no-store\r\n
Content-Length: {}\r\n\
\r\n",
data.len()
Expand Down

0 comments on commit 38146a4

Please sign in to comment.