From 5d1c7bded318bbc2d4ffe947d248084ff5ec8e90 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Thu, 20 Jul 2000 20:16:43 +0000 Subject: print_traceback(), top-level: Include HTTP headers "Cache-control: no-cache" and "Expires: 0" to inhibit caching. --- scripts/driver | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts') diff --git a/scripts/driver b/scripts/driver index f5fc22843..0d114face 100644 --- a/scripts/driver +++ b/scripts/driver @@ -135,6 +135,8 @@ def print_traceback(logfp=None): # Write to the HTML sink. print """\ Content-type: text/html +Cache-control: no-cache +Expires: 0