Remove old http_server crate

This commit is contained in:
Paul Hauner
2019-08-12 15:19:39 +10:00
parent af334b2cf0
commit 6a1e5f6d26
12 changed files with 2 additions and 536 deletions

View File

@@ -78,14 +78,6 @@ enabled = false
listen_address = "127.0.0.1"
port = 5051
#
# Legacy HTTP server configuration. To be removed.
#
[http]
enabled = false
listen_address = "127.0.0.1"
listen_port = "5052"
#
# RESTful HTTP API server configuration.
#
@@ -95,4 +87,4 @@ enabled = true
# The listen port for the HTTP server.
listen_address = "127.0.0.1"
# The listen port for the HTTP server.
port = 1248
port = 5052