From 5ad5d0fb43d99748143cfee0ef60ae28b6654e31 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 27 May 2005 12:11:48 +0000 Subject: [PATCH] r7015: use a scripting trick to force images to be sent with http instead of https, which should make the server more responsive (This used to be commit 814c3674f8e0aa20fb3ee3657173bab05d7f3ded) --- swat/esptest/index.esp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/swat/esptest/index.esp b/swat/esptest/index.esp index 7a5952e9552..0f3f58166a5 100644 --- a/swat/esptest/index.esp +++ b/swat/esptest/index.esp @@ -8,7 +8,11 @@ Samba4 ESP test -Samba +<% +/* this allows us to force the image to go over more efficiently as http */ + var imagedir = "http://" + headers['HOST'] + "/images"; +%> +Samba

Samba4 ESP test

Please choose one of the following tests: -- 2.34.1