1EdTech / LTI-Tool-Provider-Library-PHP

Apache License 2.0
68 stars 74 forks source link

When cURL is not available, response was not set #21

Open joostdekeijzer opened 7 years ago

joostdekeijzer commented 7 years ago

When cURL is not available, HTTPMessage falls back to fopen.

The output of fopen was not set to $this->response. This PR fixes that.