mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-25 02:59:10 +00:00
Fix afterSend not being called (#848)
This commit is contained in:
@@ -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
Reference in New Issue
Block a user