mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-11 05:41:05 +01:00
* No PIPE signal on darwin
git-svn-id: trunk@23245 -
This commit is contained in:
parent
a2edcfc4e0
commit
33b6b8eef5
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user