1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

net.http: add graceful shutdown .stop() method to the http.Server struct (#11233)

This commit is contained in:
Miccah
2021-08-19 03:19:49 -05:00
committed by GitHub
parent 7bffabbce2
commit 6991a3c8d5
3 changed files with 41 additions and 7 deletions

View File

@@ -36,6 +36,7 @@ const (
'vlib/net/http/status_test.v',
'vlib/net/http/http_httpbin_test.v',
'vlib/net/http/header_test.v',
'vlib/net/http/server_test.v',
'vlib/net/udp_test.v',
'vlib/net/tcp_test.v',
'vlib/orm/orm_test.v',
@@ -87,6 +88,7 @@ const (
'vlib/net/websocket/websocket_test.v',
'vlib/net/http/http_httpbin_test.v',
'vlib/net/http/header_test.v',
'vlib/net/http/server_test.v',
]
skip_on_linux = [
'do_not_remove',