summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--it_url.class1
1 files changed, 1 insertions, 0 deletions
diff --git a/it_url.class b/it_url.class
index a842e51..c18f867 100644
--- a/it_url.class
+++ b/it_url.class
@@ -466,6 +466,7 @@ function request_curl($p=array())
if ($got) {
list($url->header, $url->data) = explode("\r\n\r\n", $got, 2);
+ $url->header .= "\r\n\r\n";
$url->parse_http_header($url->header);