Enable creating a socket from an existing fd

Allow the creation of the http server's socket from an existing
fd. This is done to enable another process to initiate the creation of
a server by preparing the socket so it can immediately be used rather
than polling to connect to the path.

Note, the coverage file change due to what appears to be a rounding
error when calculating coverage.

Signed-off-by: William Douglas <william.douglas@intel.com>
This commit is contained in:
William Douglas
2021-04-13 14:27:31 +00:00
committed by georgepisaltu
parent 49240ce1d5
commit 9b605a8b61
2 changed files with 67 additions and 3 deletions

View File

@@ -1 +1 @@
{"coverage_score": 93.1, "exclude_path": "", "crate_features": ""}
{"coverage_score": 93.0, "exclude_path": "", "crate_features": ""}