-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Http: error sending request for url (<URL>): http2 error: protocol error: endpoint requires HTTP/1.1 #8333
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
Deno Duplicate of #3995 |
@kitsonk |
@breezy-badger We'll need more details. Do you have a test case I can execute that fails? |
$ cat test.js $deno run --allow-all ./test.js It might be caused by this booking system returning the Http 204 status code for dates with no available rooms https://book.hotelvejlefjord.dk/da/step/1?arrival=2021-08-13&departure=2021-08-14&rooms=%5B%7B%22services%22:%5B%5D,%22adults%22:2,%22roomType%22:null%7D%5D While that might be a bit strange, it should still be handled. Be aware that the provided example above might not fail later today or tomorrow if a room becomes available. If that is the case, I guess I have to find a new date without a room for two people ;) |
The above code works fine in both Chrome console as well as Node. |
I can not reproduce this using either of the reproductions anymore. Please re-open if you still run into this. |
Uh oh!
There was an error while loading. Please reload this page.
Certain requests that work through Chrome console(and Node as well) fails through deno.
Steps to reproduce
Expected result
That deno supports https/2
In case the provided error-message isn’t enough, I can find an external URL where the issue can be reproduced.
The text was updated successfully, but these errors were encountered: