Skip to content

MNT: Change nets.web server logic

Paul McCarthy requested to merge mnt/netsweb into main

Change nets.web server logic so that server is kept alive until the expected number of successful HTTP requests are made. Naively shutting down the server after 5 seconds can be problematic on slow systems.

Merge request reports