Skip to content

Commit

Permalink
WTF! I was thinking when this statement was added
Browse files Browse the repository at this point in the history
  • Loading branch information
markmercedes committed Jul 28, 2014
1 parent 9027c77 commit 4b8f66d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions TRest/Http/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ private function getCurlInstance(Request $request) {
'Accept: application/json',
'Accept-Charset: utf-8'
));
curl_setopt($ch, CURLOPT_HTTPHEADER, array(
'Expect:'
));
if ($request->getUsername() && $request->getPassword()) {
curl_setopt($ch, CURLOPT_USERPWD, $request->getUsername() . ':' . $request->getPassword());
}
Expand Down

0 comments on commit 4b8f66d

Please sign in to comment.