aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2005-10-07 06:36:59 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2005-10-07 06:36:59 +0000
commit8f321e5db07b5eafc5c9c3702f6c00b1fea08d44 (patch)
tree6ce6005259e7b4c69fe48a3d5ee11c3fc59e0ca9 /chinese
parentf35c55d61b87bfffccedbb07872f124f5a5bfcef (diff)
downloadports-8f321e5db07b5eafc5c9c3702f6c00b1fea08d44.tar.gz
ports-8f321e5db07b5eafc5c9c3702f6c00b1fea08d44.zip
Notes
Diffstat (limited to 'chinese')
-rw-r--r--chinese/mldonkey-core/files/patch-driverControlers.ml21
1 files changed, 0 insertions, 21 deletions
diff --git a/chinese/mldonkey-core/files/patch-driverControlers.ml b/chinese/mldonkey-core/files/patch-driverControlers.ml
index 93fc3848be5d..c42ca67f565b 100644
--- a/chinese/mldonkey-core/files/patch-driverControlers.ml
+++ b/chinese/mldonkey-core/files/patch-driverControlers.ml
@@ -25,24 +25,3 @@
TcpBufferedSocket.write_string sock iac_will_naws;
before_telnet_output o sock;
-@@ -608,17 +610,17 @@
- 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=iso-8859-1";
-+ add_reply_header r "Content-Type" "text/html; charset=big5";
- add_gzip_headers r
-
- let http_add_css_header r =
- http_add_gen_header r;
-- add_reply_header r "Content-Type" "text/css; charset=iso-8859-1";
-+ add_reply_header r "Content-Type" "text/css; charset=big5";
- add_gzip_headers r
-
- let http_add_js_header r =
- http_add_gen_header r;
-- add_reply_header r "Content-Type" "text/javascript; charset=iso-8859-1";
-+ add_reply_header r "Content-Type" "text/javascript; charset=big5";
- add_gzip_headers r
-
- let any_ip = Ip.of_inet_addr Unix.inet_addr_any