unkaktus / onionize

create an onion site from a directory, file, zip or an HTTP(S) site
Creative Commons Zero v1.0 Universal
30 stars 5 forks source link

Implement graceful shutdown when done #27

Open unkaktus opened 7 years ago

unkaktus commented 7 years ago

In Go 1.8 we have it now: https://golang.org/pkg/net/http/#Server.Shutdown

unkaktus commented 7 years ago

Probably it's better to do GS when app is killed. With confirmation.

unkaktus commented 7 years ago

Do timeout then cut? Or count if 'everything' was downloaded?