diff options
Diffstat (limited to 'src/PSR7Client.php')
-rw-r--r-- | src/PSR7Client.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/PSR7Client.php b/src/PSR7Client.php index 350637e2..6b280272 100644 --- a/src/PSR7Client.php +++ b/src/PSR7Client.php @@ -132,8 +132,6 @@ class PSR7Client $response->getBody()->__toString(), json_encode(['status' => $response->getStatusCode(), 'headers' => $headers]) ); - - $_SERVER = $this->originalServer; } /** |