Fix afterSend not being called (#848)

This commit is contained in:
Zach Borboa
2024-02-24 08:32:22 -05:00
committed by GitHub
parent 27365b2dc7
commit b722b1516a
2 changed files with 930 additions and 11 deletions
+1 -1
View File
@@ -844,7 +844,7 @@ class MultiCurl extends BaseCurl
if ($curl->beforeSendCallback === null) {
$curl->beforeSend($this->beforeSendCallback);
}
if ($curl->afterSend === null) {
if ($curl->afterSendCallback === null) {
$curl->afterSend($this->afterSendCallback);
}
if ($curl->successCallback === null) {
File diff suppressed because it is too large Load Diff