From c70b28855c8525a80d09f2515a4d504cc3cbad3d Mon Sep 17 00:00:00 2001 From: Ema Panz Date: Tue, 22 Jan 2019 12:32:58 +0000 Subject: [PATCH] Fix PR-1592 (#1595) --- CHANGELOG.md | 5 +---- lib/Elastica/Transport/Guzzle.php | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6ae585d2a..ab83774c1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added -* Added a transport class for mocking a HTTP 403 error codes, useful for testing response failures in inheriting clients -[#1529](https://github.com/ruflin/Elastica/pull/1529) -* [Backported] Added a transport class for mocking a HTTP 403 error codes, useful for testing response failures in inheriting clients -[#1592](https://github.com/ruflin/Elastica/pull/1592) +* [Backported] Added a transport class for mocking a HTTP 403 error codes, useful for testing response failures in inheriting clients [#1592](https://github.com/ruflin/Elastica/pull/1592) ### Improvements diff --git a/lib/Elastica/Transport/Guzzle.php b/lib/Elastica/Transport/Guzzle.php index bee603e25a..12483566e2 100644 --- a/lib/Elastica/Transport/Guzzle.php +++ b/lib/Elastica/Transport/Guzzle.php @@ -94,7 +94,6 @@ public function exec(Request $request, array $params) [ 'request_header' => $request->getMethod(), 'http_code' => $res->getStatusCode(), - 'body' => $responseBody, ] );