GithubHelp home page GithubHelp logo

Don't force HTTP2 support about hyper-rustls HOT 2 CLOSED

g2p avatar g2p commented on May 30, 2024 1
Don't force HTTP2 support

from hyper-rustls.

Comments (2)

Arnavion avatar Arnavion commented on May 30, 2024 1

To save other people the time to investigate this: If you're using a hyper::Client, and you only enabled the http1 feature of hyper and not the http2 feature, and you see a channel closed error from hyper from executing some (but not necessarily all) of your client requests, this issue may be why. To be sure, enable trace logging for rustls and see if there's a log indicating it selected HTTP/2 during ALPN right before the request failed:

[DEBUG rustls::client::hs] ALPN protocol is Some(b"h2")

For requests that succeed, you'd instead see ALPN protocol is None or ALPN protocol is Some(b"http/1.1")

from hyper-rustls.

kahlil29 avatar kahlil29 commented on May 30, 2024

Just to clarify, if I'm using the rusoto crate with the rustls feature enabled (I think it depends on hyper-rustls), is there a way for me to know if I'm hitting this issue?
i.e. (Can I) How do I enable logging that would enable me to narrow down the issue or confirm that this issue affects me?

from hyper-rustls.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.