Skip to content
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

Support lwan web server #25

Merged
merged 1 commit into from
Jun 14, 2022
Merged

Support lwan web server #25

merged 1 commit into from
Jun 14, 2022

Commits on Jun 12, 2022

  1. Support lwan web server

    The changes include:
    Add patches for lwan.
    Add script to CMakelist.txt to link library.
    Add lwan-preload.c wrapper for lwan.
    Add send() system call to wrapper.c.
    Add demo and update README.md.
    
    When there is only one connection from the browser,
    only send() will be called.
    When there are  multiple connections, send() will be called
    once and then sendfile() will be called.
    
    Close eecheng87#20
    yaohwang99 committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    902c0d2 View commit details
    Browse the repository at this point in the history