aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/http
diff options
context:
space:
mode:
authorGravatar Elvio Basello2009-11-05 23:27:40 +0000
committerGravatar Elvio Basello2009-11-05 23:27:40 +0000
commiteb3085d15a05b811143b303dd852105879037c9e (patch)
tree66894a2c5f291dd038cab901e7da4801826a2591 /src/modules/http
parentfix for #444 (diff)
downloadKVIrc-eb3085d15a05b811143b303dd852105879037c9e.tar.gz
KVIrc-eb3085d15a05b811143b303dd852105879037c9e.tar.bz2
KVIrc-eb3085d15a05b811143b303dd852105879037c9e.zip
updated changelog;
moved bytes multiples from SI to IEC (International Electrotechnical Commission) standard (from KB, MB, GB to KiB, MiB, GiB); git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3589 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/http')
-rw-r--r--src/modules/http/libkvihttp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/http/libkvihttp.cpp b/src/modules/http/libkvihttp.cpp
index 1d8a3483b..cd8456ffc 100644
--- a/src/modules/http/libkvihttp.cpp
+++ b/src/modules/http/libkvihttp.cpp
@@ -181,7 +181,7 @@ static bool http_kvs_complete_get(KviKvsModuleCommandCall * c,QString &szUrl,QSt
!sw: -m=<max_content_length> | --max-len=<max_content_length>
Causes content longer than <max_content_length> to be discarded.[br]
- This is mainly to prevent you from automatically downloading 300 MB files
+ This is mainly to prevent you from automatically downloading 300 MiB files
and to prevent DOS attacks from malicious servers that do not report the Content-length header.[br]
If the Content-length header is reported by the server then the transfer is aborted
if the length exceedes <max_content_length>.[br]