File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
user_guide_src/source/libraries Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,14 @@ Sharing Options
2828
2929Due to historical reasons, by default, the CURLRequest shares all the options between requests.
3030If you send more than one request with an instance of the class,
31- this behavior may cause an error request with unnecessary headers.
31+ this behavior may cause an error request with unnecessary headers and body .
3232
3333You can change the behavior by editing the following config parameter value in **app/Config/CURLRequest.php ** to ``false ``:
3434
3535.. literalinclude :: curlrequest/001.php
3636
37+ .. note :: Before v4.2.0, the request body is not reset even if ``$shareOptions`` is false due to a bug.
38+
3739*******************
3840Loading the Library
3941*******************
You can’t perform that action at this time.
0 commit comments