From c4d67c660ea1ea0c236460c7a795ac9fd5ca82b6 Mon Sep 17 00:00:00 2001 From: Daniel Lowrey Date: Mon, 27 Oct 2014 17:04:29 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++---- lib/Client.php | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1542f0c..e095893b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ -#### master +### v1.0.0-rc4 - SocketPool now properly observes host connection limits - New `Client::OP_CONCURRENCY_LIMIT` setting queues outstanding requests beyond a certain number (default 512) to help prevent naive applications from spiraling memory out of control without worrying over the details of concurrency. -##### BC BREAKS: +> **BC BREAKS:** - The `Client::OP_QUEUED_SOCKET_LIMIT` setting has been removed @@ -32,7 +32,7 @@ - Issue #54: Fix bug preventing redirect if request method was not GET or HEAD - Migrate to amphp framework -##### BC BREAKS: +> **BC BREAKS:** - Because the library has been migrated to the amphp concurrency framework all `Artax` namespace declarations in your code must be updated to `Amp\Artax`. Additionally, return values from both @@ -79,7 +79,7 @@ - `Artax\Client` now implements `Artax\HttpClient` interface for simplified testing and composition support - Updated examples -##### BC BREAKS: +> **BC BREAKS:** - The breakage in this release is extensive as the entire library has been rewritten. **DO NOT** upgrade your application to use this release and expect existing code to "just work." You have diff --git a/lib/Client.php b/lib/Client.php index a7bdc80b..e60d67ef 100644 --- a/lib/Client.php +++ b/lib/Client.php @@ -725,7 +725,6 @@ private function processDeadSocket(RequestCycle $cycle) { $parsedResponseArr = $cycle->parser->getParsedMessageArray(); $this->assignParsedResponse($cycle, $parsedResponseArr); } elseif ($parserState == Parser::AWAITING_HEADERS && empty($cycle->retryCount)) { - echo "\n\n --retry-- \n\n"; $this->retry($cycle); } else { $this->fail($cycle, new SocketException(