changeset 354 | 979d99a0b00e |
parent 349 | fdaf9070566c |
child 387 | 92664d2efab8 |
--- 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 "<p><b>Cookies:</b> $cookies</p>"; echo "<p><b>GET URI:</b> " . htmlspecialchars($this->uri . $get) . "</p>"; echo "<p><b>POST DATA:</b> " . htmlspecialchars($post) . "</p>"; + echo "<pre>"; } - echo "<pre>"; $this->_fputs($connection, "{$this->method} {$this->uri}{$get} HTTP/1.1{$newline}"); $this->_fputs($connection, "Host: {$this->host}{$newline}");