We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1091d commit a26e2a5Copy full SHA for a26e2a5
1 file changed
src/Http/Transport/CurlTransport.php
@@ -129,14 +129,6 @@ public function request(TransportRequest $request): TransportResponse
129
return new TransportResponse($data, $sessionId);
130
}
131
132
- private static function buildCookieOptions(string $cookieFilePath): array
133
- {
134
- return [
135
- CURLOPT_COOKIEFILE => $cookieFilePath,
136
- CURLOPT_COOKIEJAR => $cookieFilePath,
137
- ];
138
- }
139
-
140
private static function buildPostOptions(TransportRequest $request): array
141
{
142
$options = [];
0 commit comments