Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"httpresponse future error" #2194

Closed
a1ph opened this issue May 1, 2021 · 2 comments
Closed

"httpresponse future error" #2194

a1ph opened this issue May 1, 2021 · 2 comments
Labels
A-web project: actix-web C-chore Category: chore

Comments

@a1ph
Copy link

a1ph commented May 1, 2021

Our logs showing a number of these "httpresponse future error" messages. Hence two questions:

  1. What's going wrong?
  2. Should it be a log::error! instead of eprintln!?

I believe it is coming from #2065

eprintln!("httpresponse future error");

Thanks,
-alph

@Ten0
Copy link

Ten0 commented May 4, 2021

Still present on master at

eprintln!("httpresponse future error");

@robjtede
Copy link
Member

robjtede commented May 4, 2021

This was just missed when stripping out debug logging. Nothing is wrong and it'll be gone in next release. Thanks for flagging.

@robjtede robjtede added C-chore Category: chore A-web project: actix-web labels Jun 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-web project: actix-web C-chore Category: chore
Projects
None yet
Development

No branches or pull requests

3 participants