mldonkey-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-bugs] [bug #12608] file name is not incorrect for download


From: anonymous
Subject: [Mldonkey-bugs] [bug #12608] file name is not incorrect for download
Date: Mon, 11 Apr 2005 09:01:57 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)

Follow-up Comment #2, bug #12608 (project mldonkey):

Environment in follwing:
Linux xxxx 2.6.11 #3 Mon Mar 28 16:33:45 CST 2005 i686 i686 i386 GNU/Linux
LANG=en_US.UTF-8

modify 
mldonkey-2.5.30-4/src/daemon/driver/driverControlers.ml in following:

let http_add_html_header r =
  http_add_gen_header r;
  add_reply_header r "Pragma" "no-cache";
  add_reply_header r "Content-Type" "text/html; charset=UTF-8";
  add_gzip_headers r

let http_add_css_header r =
  http_add_gen_header r;
  add_reply_header r "Content-Type" "text/css; charset=UTF-8";
  add_gzip_headers r

let http_add_js_header r =
  http_add_gen_header r;
  add_reply_header  r "Content-Type" "text/javascript; charset=UTF-8";
  add_gzip_headers r

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=12608>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]