about summary refs log tree commit diff
path: root/dev.sh
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2022-02-15 02:44:33 +0300
committerVika <vika@fireburn.ru>2022-02-15 02:46:24 +0300
commit9e4c4551a786830bf34d74c4ef111a8ed292fa9f (patch)
tree7796d7e529c89f22bccfbba4566b6bf5efca8071 /dev.sh
parentd1327ed6b28a49770aa5d9b06245aa063b406f78 (diff)
WIP: convert to Tokio and Warp
Warp allows requests to be applied as "filters", allowing to flexibly
split up logic and have it work in a functional style, similar to
pipes.

Tokio is just an alternative runtime. I thought that maybe switching
runtimes and refactoring the code might allow me to fish out that
pesky bug with the whole application hanging after a certain amount of
requests...
Diffstat (limited to 'dev.sh')
-rwxr-xr-xdev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev.sh b/dev.sh
index 1faca15..6ebbd2a 100755
--- a/dev.sh
+++ b/dev.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-export RUST_LOG="debug,retainer::cache=warn,html5ever=info"
+export RUST_LOG="debug,retainer::cache=warn,html5ever=info,hyper::proto=info"
 export BACKEND_URI=file://./test-dir
 export TOKEN_ENDPOINT=https://token.indieauth.com/token
 export AUTHORIZATION_ENDPOINT=https://indieauth.com/auth