GithubHelp home page GithubHelp logo

patch's Introduction

Patches

nginx.patch

  • Add HTTP3(QUIC) Support.

  • Add HTTP2 HPACK Encoding Support.

  • Add Dynamic TLS Record support.

    For BoringSSL support OCSP stapling.

    Thanks @kn007

Test pass: 1.19.8

After version 1.19.7, the kn007 patch and the patch provided by quiche are no longer valid, cause post_accept_timeout had been removed by Nginx. But after checking the relevant commit, I found a way to fix it.

post_accept_timeout

can use

cscf = ngx_http_get_module_srv_conf(hc->conf_ctx,ngx_http_core_module);
 ngx_add_timer(rev, cscf->client_header_timeout); 

Replace.

—————————————————————————————————————————————————

nginx.patch

  • 添加HTTP3(QUIC)支持 (quiche实现)
  • 添加HTTP2 HPACK编码支持
  • 添加动态TLS记录支持
  • 给Boringssl添上OCSP装订 感谢@kn007提供的补丁

测试通过版本为 Nginx 1.19.8 在Nginx 1.19.7 版本之后 post_accept_timeout 就被移除了 查看Nginx的commit之后发现了一个替代的方法 如上英文版所言

patch's People

Watchers

 avatar

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.