fphttpserver.pp TFPHTTPConnection.ReadRequestContent
L:=ARequest.ContentLength;
P:=Length(FBuffer);
when L<P the server app will receives Signal 11 to terminate.
Some malicious attacks can cause this problem.
more info in here: https://forum.lazarus.freepascal.org/index.php/topic,56060.0.html
issue