summaryrefslogtreecommitdiff
path: root/methods
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2017-07-03 15:47:22 +0200
committerJulian Andres Klode <jak@debian.org>2017-07-03 15:47:22 +0200
commit239d0088142c986628305b56764b5f2b7c83bab2 (patch)
tree8b4214558a6e7d36523b6f16152864a37e63f25e /methods
parentb42836a51121595cc56f080bf412c87107a12000 (diff)
Stop bragging about old speeds in http.cc comments
That's just ridiculous these days. Gbp-Dch: ignore
Diffstat (limited to 'methods')
-rw-r--r--methods/http.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/methods/http.cc b/methods/http.cc
index 35e2545e8..0f347e700 100644
--- a/methods/http.cc
+++ b/methods/http.cc
@@ -13,14 +13,6 @@
socket. This provides ideal pipelining as in many cases all of the
requests will fit into a single packet. The input socket is buffered
the same way and fed into the fd for the file (may be a pipe in future).
-
- This double buffering provides fairly substantial transfer rates,
- compared to wget the http method is about 4% faster. Most importantly,
- when HTTP is compared with FTP as a protocol the speed difference is
- huge. In tests over the internet from two sites to llug (via ATM) this
- program got 230k/s sustained http transfer rates. FTP on the other
- hand topped out at 170k/s. That combined with the time to setup the
- FTP connection makes HTTP a vastly superior protocol.
##################################################################### */
/*}}}*/