diff --git a/src/Response.php b/src/Response.php index 13b22211..36e375fc 100644 --- a/src/Response.php +++ b/src/Response.php @@ -43,7 +43,7 @@ public function writeContinue() throw new \Exception('Response head has already been written.'); } - $this->conn->write("HTTP/1.1 100 Continue\r\n"); + $this->conn->write("HTTP/1.1 100 Continue\r\n\r\n"); } public function writeHead($status = 200, array $headers = array())