summaryrefslogtreecommitdiff
path: root/extlib/Auth/Yadis/PlainHTTPFetcher.php
diff options
context:
space:
mode:
Diffstat (limited to 'extlib/Auth/Yadis/PlainHTTPFetcher.php')
-rw-r--r--extlib/Auth/Yadis/PlainHTTPFetcher.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/extlib/Auth/Yadis/PlainHTTPFetcher.php b/extlib/Auth/Yadis/PlainHTTPFetcher.php
index 8882e3cef..3e0ca2bb0 100644
--- a/extlib/Auth/Yadis/PlainHTTPFetcher.php
+++ b/extlib/Auth/Yadis/PlainHTTPFetcher.php
@@ -83,8 +83,6 @@ class Auth_Yadis_PlainHTTPFetcher extends Auth_Yadis_HTTPFetcher {
"User-Agent: $user_agent",
"Host: ".$parts['host'].
($specify_port ? ":".$parts['port'] : ""),
- "Range: 0-".
- (1024*Auth_OpenID_FETCHER_MAX_RESPONSE_KB),
"Port: ".$parts['port']);
$errno = 0;