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
Do not segfault on sending to closed socket
carlin++ for reporting the error. The problem was that send() and write() tested $!PIO for truthness, but a closed socket does not evaluate to False on JVM and Moar
- Loading branch information