We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134cc02 commit 45469c1Copy full SHA for 45469c1
README.md
@@ -1,12 +1,12 @@
1
# conduit-hyper
2
3
-This crate integrates a `hyper 0.13` server with a `conduit 0.8` application
+This crate integrates a `hyper 0.14` server with a `conduit 0.10` application
4
stack.
5
6
## Error and Panic Handling
7
8
If the application handler returns an `Err(_)` the server will log the
9
-description via the `log` crate and then return a generic 500 status response.
+description via the `tracing` crate and then return a generic 500 status response.
10
11
If the handler panics, the default panic handler prints a message to stderr and the
12
connnection is closed without sending a response. In the future, these panics
0 commit comments