Output a "Cache-Control:" header in the CGI script.

* wrap/python/ajax/spot.in: Output a cache-control header, so that
browsers do no even send two identical requests.
This commit is contained in:
Alexandre Duret-Lutz 2011-06-08 11:43:01 +02:00
parent b8f8441167
commit 0d2ac81a8c
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2011-06-08 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Output a "Cache-Control:" header in the CGI script.
* wrap/python/ajax/spot.in: Output a cache-control header, so that
browsers do no even send two identical requests.
2011-06-08 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Cache results of the spot.py CGI script.