Skip to content

Commit a8a548c

Browse files
ddevsrmichalsn
andcommitted
Update user_guide_src/source/libraries/curlrequest.rst
Co-authored-by: Michal Sniatala <[email protected]>
1 parent a2e1286 commit a8a548c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/libraries/curlrequest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Sharing Connection
3030

3131
.. versionadded:: 4.7.0
3232

33-
.. important:: By default this behavior already enabled with two constants ``CURL_LOCK_DATA_CONNECT`` and ``CURL_LOCK_DATA_DNS``.
33+
By default, this option is enabled with the constants ``CURL_LOCK_DATA_CONNECT`` and ``CURL_LOCK_DATA_DNS``.
3434

3535
If you want to share connection between requests, set ``$shareConnectionOptions`` with array constant `CURL_LOCK_DATA_* <https://www.php.net/manual/en/curl.constants.php#constant.curl-lock-data-connect>`_ in **app/Config/CURLRequest.php**:
3636

0 commit comments

Comments
 (0)