Commit 94668cf
committed
Removed assertion failure when poll() on invalid socket
This is a valid error condition that can be hit when, for example,
connect() is called and returned error. The socket is in an invalid state
but this assertion failure crashes the app before proper error handling
can be done elsewhere.1 parent 251d781 commit 94668cf
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
261 | 260 | | |
262 | 261 | | |
263 | 262 | | |
| |||
0 commit comments