diff --git a/src/http.rs b/src/http.rs index ba0d84d..8f8711e 100644 --- a/src/http.rs +++ b/src/http.rs @@ -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()