Skip to content

Commit 925cd70

Browse files
author
Matt Bernier
authored
Merge branch 'master' into patch-2
2 parents 4dd74cd + 7296014 commit 925cd70

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
![SendGrid Logo](https://uiux.s3.amazonaws.com/2016-logos/email-logo%402x.png)
22

3+
34
[![Travis Badge](https://travis-ci.org/sendgrid/php-http-client.svg?branch=master)](https://travis-ci.org/sendgrid/php-http-client)
45
[![Latest Version on Packagist](https://img.shields.io/packagist/v/sendgrid/php-http-client.svg?style=flat-square)](https://packagist.org/packages/sendgrid/php-http-client)
6+
[![BuildStatus](https://travis-ci.org/sendgrid/php-http-client.svg?branch=master)](https://travis-ci.org/sendgrid/php-http-client)
7+
[![Email Notifications Badge](https://dx.sendgrid.com/badge/php)](https://dx.sendgrid.com/newsletter/php)
8+
[![Twitter Follow](https://img.shields.io/twitter/follow/sendgrid.svg?style=social&label=Follow)](https://twitter.com/sendgrid)
9+
[![GitHub contributors](https://img.shields.io/github/contributors/sendgrid/php-http-client.svg)](https://github.com/sendgrid/php-http-client/graphs/contributors)
10+
511

612
**Quickly and easily access any RESTful or RESTful-like API.**
713

lib/Client.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ public function makeRequest($method, $url, $body = null, $headers = null, $retry
152152
CURLOPT_HEADER => 1,
153153
CURLOPT_CUSTOMREQUEST => strtoupper($method),
154154
CURLOPT_SSL_VERIFYPEER => false,
155+
CURLOPT_FAILONERROR => false,
155156
] + $this->curlOptions);
156157

157158
if (isset($headers)) {

0 commit comments

Comments
 (0)