Results 77 comments of Pader

I don't know how to reproduce this, it happends everyday on my server, not many. Look like it happend sometime on file upload request with FileBody.

Still happends. `Previous Error: Call to a member function promise() on null in /home/web/apps/t-task-wind/releases/298/vendor/amphp/http-client/src/Connection/Internal/Http2ConnectionProcessor.php:1169`

I have make a little change to make sure not get a null `pendingResponse`. Get a prepared `pendingResponse` and not use `$http2stream->pendingResponse` Add code after (before write or read some...

I was upload through http proxy with `"amphp/http-tunnel": "^1.0"`, when set request protocol force to 1.1, and upload a large file, get below error after about 15 seconds: ``` Amp\ByteStream\StreamException:...

It's be a little strange, sometime it's just stuck there, sometimes it throw error `,Allowed transfer timeout exceeded, took longer than 30000 ms`.

I have disable circles app, now it's back to normal, and I feel that nextcloud has become a little bit faster.

@joshtrichards It's still happend when I re-enable circles app, and I have already updated nextcloud and php some versions. My php version: 8.3.12 SQLite Library: 3.46.1 Nextcloud Hub 9 (30.0.6)

Looks like I lost circles app tables in sqlite database, in whole nextcloud database, there is no table name include `circle` string.

May be should use `WeakReference` in some stream resource, to make it can auto destruct.

Try this, use a single pool instance. I'm now using php8.1 with ev extension on ubuntu 20.04 amd64. ```