Forward non-200 status in proxy. Start with event stats reader
This commit is contained in:
@@ -5,8 +5,6 @@ authors = ["Dominik Werder <dominik.werder@gmail.com>"]
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
#hyper = { version = "0.14", features = ["http1", "http2", "client", "server", "tcp"] }
|
||||
#http = "0.2"
|
||||
backtrace = "0.3.56"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
@@ -16,6 +14,3 @@ chrono = { version = "0.4.19", features = ["serde"] }
|
||||
url = "2.2"
|
||||
regex = "1.5.4"
|
||||
bincode = "1.3.3"
|
||||
#tokio = { version = "1.14.77", features = ["rt-multi-thread", "io-util", "net", "time", "sync", "fs"] }
|
||||
#tokio-postgres = { version = "0.7", features = ["runtime", "with-chrono-0_4", "with-serde_json-1"] }
|
||||
#nom = "6.1.2"
|
||||
|
||||
Reference in New Issue
Block a user