Tadashi Okoshi
slash****@users*****
2005年 7月 3日 (日) 03:15:40 JST
Index: affelio/bin/get_content.cgi
diff -u affelio/bin/get_content.cgi:1.19 affelio/bin/get_content.cgi:1.20
--- affelio/bin/get_content.cgi:1.19 Fri Jul 1 17:19:41 2005
+++ affelio/bin/get_content.cgi Sun Jul 3 03:15:40 2005
@@ -16,7 +16,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# $Id: get_content.cgi,v 1.19 2005/07/01 08:19:41 slash5234 Exp $
+# $Id: get_content.cgi,v 1.20 2005/07/02 18:15:40 slash5234 Exp $
use strict;
@@ -241,7 +241,8 @@
}
debug_print("/profile/profile_face.jpg => $actual_file");
open(IMG, "< $actual_file");
- print "Content-type: image/jpeg\n\n";
+ print "Content-type: image/jpeg\n";
+ print "Pragma: no-cache\n\n";
binmode (IMG);
binmode (STDOUT);
print <IMG>;