Skip to content

Commit 62062ca

Browse files
committed
missnig headers
1 parent e27bca5 commit 62062ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ClickHouseSlots.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public function slotEmulateResults($slot, $response, $slot_data = false)
237237
$status = true;
238238
}
239239
$this->slot_data[$slot] = \array_merge($slot_data,
240-
\compact('code', 'response', 'curl_error', 'curl_info', 'headers', 'status')
240+
\compact('code', 'response', 'curl_error', 'curl_info', 'status')
241241
);
242242
$this->multi_status[$slot] = $status;
243243
$this->slot_results[$slot] = $response;

0 commit comments

Comments
 (0)