misd-service-development / guzzle-bundle

[NOT MAINTAINED] Integrates Guzzle into your Symfony2 application
99 stars 54 forks source link

Data collector serialization failure #1

Closed thewilkybarkid closed 11 years ago

thewilkybarkid commented 11 years ago

The data collector serializes the entire request/response objects, which can include unserializable properties (eg closures). It needs to only store what it actually requires, so that exceptions aren't thrown.