http library: Always fork before reading request
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
Loading
Please register or sign in to comment