You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I am using the example inthe docs for uv_http_parser_init and uv_http_parser_execute (https://github.com/chobie/php-uv#example-102), with a POST request, I have in some cases a warning and the parsing fails :
Notice: uv_http_parser_execute(): passed uv_parser resource has already finished. in D:\php-env\workspace\php-io\src\test_http_parser.php on line 25
When I execute 10 times the example, the first 2 times works well, the following times it fails :
While I am using the example inthe docs for
uv_http_parser_init
anduv_http_parser_execute
(https://github.com/chobie/php-uv#example-102), with a POST request, I have in some cases a warning and the parsing fails :When I execute 10 times the example, the first 2 times works well, the following times it fails :
I am using Windows builds from http://windows.php.net/downloads/pecl/snaps/uv/0.0.1/, with PHP as CLI :
The text was updated successfully, but these errors were encountered: