- Version: 13.0.1
- Platform: Linux
I've tried to create a simple client-server app using http/2, that downloads directories.
On September 1st I posted that nodejs crashes at some point.
My previous bug report:
#29393
Now, nodejs doesn't crash. But I still get NGHTTP2_ENHANCE_YOUR_CALM & NGHTTP2_INTERNAL_ERROR at some point.
Here's my code to reproduce, hope it helps:
https://github.com/Rantoledo/http2_nodejs_client_server_example2.git
BTW, I've tried to set MaxSessionMemory to 10, 100, 1000 and even 10000. I don't think it made any difference.