Fix sendUrgentData on a closed socket leaks resources
If the socket is closed, sendUrgentData should not create a new impl. Fail early to avoid leaking resources. Bug: 31818400 Test: libcore.java.net.OldSocketTest#sendUrgentData Change-Id: I0e783e110e6cb55ad70f81094c4b6663fc768b4e
Loading
Please sign in to comment