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
Minimal Swift command-line server meant to reproduce HTTP transfer throughput issues with two server implementations: - `Network.framework` (`NWListener` + `NWConnection.send`) (default) - Legacy `…