エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
net/http: add built-in graceful shutdown support to Server · Issue #4674 · golang/go
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
net/http: add built-in graceful shutdown support to Server · Issue #4674 · golang/go
by patrick.allen.higgins: http.Server only offers flavors of Serve() without a way to shut them d... by patrick.allen.higgins: http.Server only offers flavors of Serve() without a way to shut them down. Closing the listener should make the server stop, but there seems to be a race in TLS servers where this does not always work. Further, in-progress requests cannot complete before exiting without some kind of wrapper for net.Listener and net.Conn which includes synchronization between Listener.Acc
2014/04/24 リンク