Fix #50
authorMichael Wallner <mike@php.net>
Wed, 10 Aug 2016 13:14:41 +0000 (15:14 +0200)
committerMichael Wallner <mike@php.net>
Wed, 10 Aug 2016 13:14:41 +0000 (15:14 +0200)
commit0fa2672890a4fe58c3418670e57a511b3ea7189c
tree6f32ae41016ba7d2d54e769b568d62413dfcdab4
parentee21a57095f838337945bd3d2e19bd20bdfee3ea
Fix #50

Disallow dequeuing requests while executing callbacks, because libcurl
still expects the handle to be attached when returning from the
callback.
src/php_http_client.c
src/php_http_client.h
src/php_http_client_curl.c
tests/gh-issue50.phpt [new file with mode: 0644]