Skip to content

Commit

Permalink
actually set response
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher A. Stelma committed Dec 9, 2015
1 parent 38541ed commit 5c48900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/Requests/Transport/cURL.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ public function request_multiple($requests, $options) {
$done['handle'],
$done['result']
);
$responses[$key] = $exception;
$options['hooks']->dispatch('transport.internal.parse_error', array(&$responses[$key], $requests[$key]));
} else {
$responses[$key] = $subrequests[$key]->process_response($subrequests[$key]->response_data, $options);
Expand Down

0 comments on commit 5c48900

Please sign in to comment.