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

Fix handle files #977

Merged
merged 4 commits into from
Apr 4, 2023
Merged

Fix handle files #977

merged 4 commits into from
Apr 4, 2023

Commits on Mar 27, 2023

  1. cohttp.server: drain body in case of error in handling

    Reported by Stéphane Glondu, fixed by Thomas Gazagnaire (samhot)
    
    Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
    mseri committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    e3d16ed View commit details
    Browse the repository at this point in the history
  2. cohttp_async.server: drain body in case of error in handling request

    Fixed by Anurag Soni (anuragsoni)
    
    Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
    mseri committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    66ca7dc View commit details
    Browse the repository at this point in the history
  3. Update changes

    Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
    mseri committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    1cedf5e View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. remove client close test

    The only way to avoid leaks is to always consume the stream, which
    means also that the developer needs to ensure that infinite unclosable
    streams are not produced.
    
    Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
    mseri committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    657f6fd View commit details
    Browse the repository at this point in the history