mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 19:30:17 +02:00
fcl-web: less hints
This commit is contained in:
parent
1df255cddf
commit
168b158514
@ -538,7 +538,7 @@ procedure TWSHandShakeResponse.ToStrings(aHandShake: TWSHandshakeRequest; aRespo
|
|||||||
|
|
||||||
Var
|
Var
|
||||||
B : TBytes;
|
B : TBytes;
|
||||||
hash : TSHA1Digest;
|
{%H-}hash : TSHA1Digest;
|
||||||
K : string;
|
K : string;
|
||||||
begin
|
begin
|
||||||
// respond key
|
// respond key
|
||||||
@ -1410,7 +1410,7 @@ begin
|
|||||||
|
|
||||||
if not (woCloseExplicit in Options) then
|
if not (woCloseExplicit in Options) then
|
||||||
begin
|
begin
|
||||||
if (aFrame.Reason<CLOSE_NORMAL_CLOSURE) or
|
if (aFrame.Reason<CLOSE_NORMAL_CLOSURE) or
|
||||||
(aFrame.Reason=CLOSE_RESERVER) or
|
(aFrame.Reason=CLOSE_RESERVER) or
|
||||||
(aFrame.Reason=CLOSE_NO_STATUS_RCVD) or
|
(aFrame.Reason=CLOSE_NO_STATUS_RCVD) or
|
||||||
(aFrame.Reason=CLOSE_ABNORMAL_CLOSURE) or
|
(aFrame.Reason=CLOSE_ABNORMAL_CLOSURE) or
|
||||||
|
Loading…
Reference in New Issue
Block a user