[hamradio-commits] [dump1090] 259/389: IE 8/9 Web Interface moving planes
Matthew Ernisse
mernisse-guest at moszumanska.debian.org
Wed Nov 5 00:20:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
mernisse-guest pushed a commit to branch master
in repository dump1090.
commit 2e43a9eb63999ee2b8eaf1a0967eafdad084a9a8
Author: Malcolm Robb <Support at ATTAvionics.com>
Date: Fri Sep 27 10:05:05 2013 +0100
IE 8/9 Web Interface moving planes
Many thanks to 0xFACE for this fix. Hopefully those using Windows and
IE8/9 should now see some moving action.
---
dump1090.h | 2 +-
net_io.c | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/dump1090.h b/dump1090.h
index 5ae012f..58a50fc 100644
--- a/dump1090.h
+++ b/dump1090.h
@@ -37,7 +37,7 @@
// MinorVer changes when additional features are added, but not for bug fixes (range 00-99)
// DayDate & Year changes for all changes, including for bug fixes. It represent the release date of the update
//
-#define MODES_DUMP1090_VERSION "1.07.2109.13"
+#define MODES_DUMP1090_VERSION "1.07.2609.13"
// ============================= Include files ==========================
diff --git a/net_io.c b/net_io.c
index 38820e1..3c96aa6 100644
--- a/net_io.c
+++ b/net_io.c
@@ -721,6 +721,8 @@ int handleHTTPRequest(struct client *c, char *p) {
"Content-Type: %s\r\n"
"Connection: %s\r\n"
"Content-Length: %d\r\n"
+ "Cache-Control: no-cache, must-revalidate\r\n"
+ "Expires: Sat, 26 Jul 1997 05:00:00 GMT\r\n"
"\r\n",
ctype,
keepalive ? "keep-alive" : "close",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dump1090.git
More information about the pkg-hamradio-commits
mailing list