diff --git a/src/Ripcord/Client/Transport/Stream.php b/src/Ripcord/Client/Transport/Stream.php index 38fd871..8811f5c 100644 --- a/src/Ripcord/Client/Transport/Stream.php +++ b/src/Ripcord/Client/Transport/Stream.php @@ -41,7 +41,7 @@ public function __construct($contextOptions = null) */ public function post($url, $request) { - $options = array_merge( + $options = array_merge_recursive( $this->options, [ 'http' => [