diff -r 2398420f48e7 -r 979d99a0b00e includes/http.php --- a/includes/http.php Thu Jan 17 23:31:35 2008 -0500 +++ b/includes/http.php Fri Jan 18 10:47:24 2008 -0500 @@ -353,8 +353,8 @@ echo "
Cookies: $cookies
"; echo "GET URI: " . htmlspecialchars($this->uri . $get) . "
"; echo "POST DATA: " . htmlspecialchars($post) . "
"; + echo ""; } - echo ""; $this->_fputs($connection, "{$this->method} {$this->uri}{$get} HTTP/1.1{$newline}"); $this->_fputs($connection, "Host: {$this->host}{$newline}");