Vlad Biley

Results 3 issues of Vlad Biley

Hello. I need your help in finding a memory leak that appears to be somewhere in `amphp/http-server:v3.0.0-beta.2` (not 100% that it's there). I'm assuming this because my application works correctly...

bug

```php require 'vendor/autoload.php'; $file = Amp\File\openFile('test.txt', 'a'); $file->write("test\n"); unset($file); Revolt\EventLoop::run(); ``` 1. When using default driver the execution hangs. 2. When using eio driver the `a` mode behaves like `w`....

bug

### System information Type | Version/Name --- | --- Distribution Name | FreeBSD Distribution Version | releng/14.1-n267679-10e31f0946d8 Kernel Version | GENERIC Architecture | amd64 OpenZFS Version | 2.2.4-FreeBSD_g256659204 ### Describe...

Type: Defect