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
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.
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.
The text was updated successfully, but these errors were encountered: