GithubHelp home page GithubHelp logo

uws's People

Contributors

usbuild avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

uws's Issues

Rewrite中的Path问题

Rewrite规则只应该修改path,不能修改原始的url,否则容易引起数据丢失

正则效率太低

建议使用全局正则池存储已编译后的正则表达式,由于正则表达式的数量并不多,可以在服务器端启动后第一次请求过来时编译好,以后就不用再编译了。

多线程

可以考虑使用多线程,多个消费队列和调度以提高性能

Basic 验证的bug

在打开http basic auth的情况下,当客户端长时间不输入用户名密码的时候,服务器会down掉

FCGI跳出

当多次请求FCGI时,会导致服务器挂掉,在Chrome下只需要两次。注释掉uws_free中的释放代码后为出错误,初步鉴定为内存访问错误

Cookie过长

当Cookie过长时会导致500错误,访问PHP时

FastCGI 500

当第一次FastCGI请求失败后后续的请求会失败,有时会导致segfault

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.