private-octopus / picoquic

Minimal implementation of the QUIC protocol
MIT License
540 stars 159 forks source link

picoquic demo only executes the first part of a download scenario #1466

Closed huitema closed 1 year ago

huitema commented 1 year ago

This is a bug introduced in PR #1462. when trying to download "/5001:/5002", we only see "_5001" downloaded on the disk.

huitema commented 1 year ago

No repro. The scenario works, if the typo is fixed: "/5001;/5002"