fcl-web: less hints

This commit is contained in:
mattias 2023-07-07 18:54:00 +02:00
parent 1df255cddf
commit 168b158514

View File

@ -538,7 +538,7 @@ procedure TWSHandShakeResponse.ToStrings(aHandShake: TWSHandshakeRequest; aRespo
Var
B : TBytes;
hash : TSHA1Digest;
{%H-}hash : TSHA1Digest;
K : string;
begin
// respond key
@ -1410,7 +1410,7 @@ begin
if not (woCloseExplicit in Options) then
begin
if (aFrame.Reason<CLOSE_NORMAL_CLOSURE) or
if (aFrame.Reason<CLOSE_NORMAL_CLOSURE) or
(aFrame.Reason=CLOSE_RESERVER) or
(aFrame.Reason=CLOSE_NO_STATUS_RCVD) or
(aFrame.Reason=CLOSE_ABNORMAL_CLOSURE) or