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
Okay I've successfully reproduced this problem inside virtual machines.
I'm running this test with VMware Workstation 17.5.2. There are two VMs involved. Both share one common host-only network. Both are booted with ubuntu-24.04-desktop-amd64.iso.
edit: oh forgot to mention, the client VM is configured to have artificial 100ms outbound + 100ms inbound latency.
The server runs Caddy server v2.8.4 with this Caddyfile:
Node.js Version
v22.5.1
NPM Version
v10.8.2
Operating System
Linux VPS 6.8.0-38-generic #38-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 7 15:25:01 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Subsystem
http2
Description
As the title suggests, the downloading speed could be around 200-300KB/s if latency is about 200ms.
If the latency is negligible, like <5ms, the downloading speed seems to be normal.
I tried
createConnection
callback withtls.connect()
as well, after settinghighWaterMark
to1048576
the speed still didn't seem to recover to normal.Minimal Reproduction
curl --http2
to test download speed, which looks normal.Output
Before You Submit
The text was updated successfully, but these errors were encountered: