Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f10eb9211cd87039d8bcb1463885e87bb8a98b10
      
https://github.com/WebKit/WebKit/commit/f10eb9211cd87039d8bcb1463885e87bb8a98b10
  Author: Kenji Shukuwa <[email protected]>
  Date:   2022-10-23 (Sun, 23 Oct 2022)

  Changed paths:
    M Source/WebKit/NetworkProcess/curl/WebSocketTaskCurl.cpp

  Log Message:
  -----------
  Fix clang build warning in WebSocketTaskCurl
https://bugs.webkit.org/show_bug.cgi?id=246847

Reviewed by Fujii Hironori.

A warning 'not handled in switch' is detected in WebSocketTask::didReceiveData()
due to 'OpCodeContinuation', 'OpCodePong' and 'OpCodeInvalid'. To solve the 
warning,
add those enum definitions.

* Source/WebKit/NetworkProcess/curl/WebSocketTaskCurl.cpp:
(WebKit::WebSocketTask::didReceiveData):

Canonical link: https://commits.webkit.org/255904@main


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to