Skip to content
  • Michael Hanselmann's avatar
    http library: Always fork before reading request · 6526ddcd
    Michael Hanselmann authored
    It turned out that clients not sending a full request will stop
    us from responding to further requests. This patch leverages the
    situation a bit by always forking before handling the request,
    but we still have DoS situations.
    
    Reviewed-by: ultrotter
    6526ddcd