saintsystems / odata-client-php

OData Client Library for PHP
MIT License
141 stars 103 forks source link

Body decode fix #140

Closed esurov closed 1 year ago

esurov commented 1 year ago

In case of empty body (e.g. HTTP 204 for DELETE). This decodeBody regex fails and throws an error.

The fix is to NOT decode an empty body.

anderly commented 1 year ago

Fixed in Release 0.6.5