 Chromium Code Reviews
 Chromium Code Reviews Issue 
            1025533002:
    PCHECK when closing UDP sockets only when errno=EBADF.  (Closed)
    
  
    Issue 
            1025533002:
    PCHECK when closing UDP sockets only when errno=EBADF.  (Closed) 
  | DescriptionPCHECK when closing UDP sockets only when errno=EBADF.
This is an attempto to resolve bug 461246. Issues there is that close()
fails sometimes on OSX for unknown reason. My guess is that it close()
fails with EIO error for some reason, but EIO may be ignored in this
case as the sockets gets closed anyway.
BUG=461246
Committed: https://crrev.com/494d408657f49528aa43827bc3602df1331ebfe3
Cr-Commit-Position: refs/heads/master@{#321483}
   Patch Set 1 #
      Total comments: 2
      
     Patch Set 2 : #Patch Set 3 : #
      Total comments: 3
      
     Patch Set 4 : #Messages
    Total messages: 14 (3 generated)
     |