Multiple errors getting printed when a single error occurs. #3907
Answered
by
seanmonstar
MaximalCats
asked this question in
Q&A
-
Hello everyone, Just wanted to know if anyone knows a way to disable this behaviour? I'm not completely sure whether this is a bug.
Same also happens when I return any errors by passing it to Err(). I'm thinking it might have something to do with tokio? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
seanmonstar
Jun 25, 2025
Replies: 1 comment 1 reply
-
Are you certain there's no other connections or requests? hyper isn't doing anything extra here, it just calls your service function when a request is received. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
seanmonstar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you certain there's no other connections or requests? hyper isn't doing anything extra here, it just calls your service function when a request is received.