Git Product home page Git Product logo

Comments (9)

bugok avatar bugok commented on May 20, 2024

@steelbrain - what bug are you referring to?

from proxygen.

steelbrain avatar steelbrain commented on May 20, 2024

@bugok It's just that we haven't seen any thing or signal or progress on HTTP2 support in proxygen, just a note in a article in fb engineering which says it's In Progress™. so I thought I'd help you guys by creating a bug where you can post the progress 😃

from proxygen.

bugok avatar bugok commented on May 20, 2024

@steelbrain what about this:
https://github.com/facebook/proxygen/tree/master/proxygen/lib/http/codec/experimental ?

from proxygen.

steelbrain avatar steelbrain commented on May 20, 2024

Now that's some progress 👏

from proxygen.

bugok avatar bugok commented on May 20, 2024

Please track this folder. We're currently in testing mode for http2. When the code moved out of here - that means we've pushed it completely to production.

from proxygen.

afrind avatar afrind commented on May 20, 2024

Please feel free to give http/2 a try and let us know if you find any issues. I think HTTP2Codec is pretty mature and we'll be moving it out of /experimental/ soon.

from proxygen.

steelbrain avatar steelbrain commented on May 20, 2024

I don't use proxygen directly, I use proxygen + hhvm so no idea how to build/use experimental features with it 😛

from proxygen.

afrind avatar afrind commented on May 20, 2024

The code is compiled in by default. You can configure HHVM to advertise HTTP/2 by adding this block to the Server section in a .hdf file:

SSLNextProtocols {
* = h2-14
* = spdy/3.1
* = http/1.1
}

I know HHVM uses .ini format externally but I don't know the exact syntax. This is just an array of strings under Server.SSLNextProtocols

from proxygen.

steelbrain avatar steelbrain commented on May 20, 2024

Thanks 👏

from proxygen.

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.