Open Darkness4 opened 1 month ago
To check for Websocket connection upgrade, replaces the "!=" check with the "not contains" check.
Closes #6449.
A test case has been added.
Hi,
thank you for the contribution. The approach looks good for the most part, two requests raised from review:
Thank you :)
@titpetric You can re-review. :slightly_smiling_face:
Description
To check for Websocket connection upgrade, replaces the "!=" check with the "not contains" check.
Related Issue
Closes #6449.
How This Has Been Tested
A test case has been added.
Types of changes
Checklist