Skip to content

Commit 24b02d6

Browse files
committed
Handle HTTP errors properly in enrichment.
1 parent c1b5ead commit 24b02d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/RecordManager/Base/Enrichment/AbstractEnrichment.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ abstract class AbstractEnrichment
107107
* @var array
108108
*/
109109
protected $httpOptions = [
110+
'http_errors' => false,
110111
'follow_redirects' => true,
111112
'headers' => [
112113
'Connection' => 'Keep-Alive',

0 commit comments

Comments
 (0)