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
git-bundle-web-server: do not use global 'HandleFunc()'
In 684a295 (web-server: implement graceful shutdown, 2023-01-06), we
switched from using the global HTTP server in 'git-bundle-web-server' to an
instance of 'http.Server'. In keeping with that change from global to local
instances, switch from using the global 'http.HandleFunc()' to process
requests to an instance of 'http.ServeMux'.
Signed-off-by: Victoria Dye <[email protected]>
0 commit comments