-
Notifications
You must be signed in to change notification settings - Fork 327
async-h1 error #608
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
Comments
Does this happen on master as well? |
yes |
Maybe this error message is caused by a client sending HTTP/1.0 requests:
|
This error message can be caused by haproxy too. for example
run the hello example, and run haproxy to backend :8080
error log is
|
Support for HTTP/1.0 was added to async-h1 in http-rs/async-h1#170. However I'm not sure how to enable it, perhaps we're missing a release? cc/ @jbr do you know what the story here is right now? |
Tide isn't set up for 1.0 yet. We'd need to be able to configure a default host. That might be another listener configuration? |
I think we might also need an async-h1 release. It's on the 3.0 branch because I've been considering it experimental |
Also this issue from Nginx proxy requests, Nginx proxy_pass default uses HTTP/1.0 |
I configured nginx to mirror traffic to an application running tide and I ended up here. |
I'm also seeing this With trace enabled (
I use tide for handling incoming POST requests containing json. The POST requests are being made by separate Rust process that uses reqwest to perform the POST requests. Most of the POST requests are handled fine by tide, however several of these errors are printed. I'm on macOS 12.6 Monterey.
I don't use nginx. |
Uh oh!
There was an error while loading. Please reload this page.
async-h1 error(version : 0.11.0)
when i use command test
The text was updated successfully, but these errors were encountered: