We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aacc74 commit 6da77ebCopy full SHA for 6da77eb
system/HTTP/CURLRequest.php
@@ -103,10 +103,7 @@ class CURLRequest extends OutgoingRequest
103
private readonly bool $shareOptions;
104
105
/**
106
- * Whether share options between requests or not.
107
- *
108
- * If true, all the options won't be reset between requests.
109
- * It may cause an error request with unnecessary headers.
+ * Whether share connection between requests.
110
*/
111
protected ?CurlShareHandle $shareConnection = null;
112
0 commit comments