* No PIPE signal on darwin

git-svn-id: trunk@23245 -
This commit is contained in:
michael 2012-12-28 22:57:46 +00:00
parent a2edcfc4e0
commit 33b6b8eef5

View File

@ -388,10 +388,10 @@ end;
procedure TFPHTTPConnection.SetupSocket;
begin
{$ifdef unix}
{$if defined(FreeBSD) or defined(Linux)}
FSocket.ReadFlags:=MSG_NOSIGNAL;
FSocket.WriteFlags:=MSG_NOSIGNAL;
{$endif}
{$endif}
end;
Procedure TFPHTTPConnection.InterPretHeader(ARequest : TFPHTTPConnectionRequest; Const AHeader : String);