mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-13 04:10:32 +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;
|
procedure TFPHTTPConnection.SetupSocket;
|
||||||
begin
|
begin
|
||||||
{$ifdef unix}
|
{$if defined(FreeBSD) or defined(Linux)}
|
||||||
FSocket.ReadFlags:=MSG_NOSIGNAL;
|
FSocket.ReadFlags:=MSG_NOSIGNAL;
|
||||||
FSocket.WriteFlags:=MSG_NOSIGNAL;
|
FSocket.WriteFlags:=MSG_NOSIGNAL;
|
||||||
{$endif}
|
{$endif}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
Procedure TFPHTTPConnection.InterPretHeader(ARequest : TFPHTTPConnectionRequest; Const AHeader : String);
|
Procedure TFPHTTPConnection.InterPretHeader(ARequest : TFPHTTPConnectionRequest; Const AHeader : String);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user