Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
REGRESSION (iOS 15): Safari loses Network access when establishing We…
…bRTC session https://bugs.webkit.org/show_bug.cgi?id=233752 <rdar://problem/86196093> Reviewed by Geoffrey Garen. When we get an error from a UDP nw socket, we do not need to stop reading and close it. We can just log the error and continue reading as the error might get fixed later on. Not easily testable. * NetworkProcess/webrtc/NetworkRTCUDPSocketCocoa.mm: Canonical link: https://commits.webkit.org/245074@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@286841 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information