jberger / Mojo-IOLoop-ForkCall

Deprecated! Use Mojo::IOLoop::Subprocess instead
https://mojolicious.org/perldoc/Mojo/IOLoop/Subprocess
5 stars 2 forks source link

Fixed bug while send result to main process if socket already closed #6

Closed avkhozov closed 10 years ago

avkhozov commented 10 years ago

Sometimes I get this error on windows: Use of uninitialized value in addition (+) at C:/strawberry/perl/site/lib/Mojo/IOLoop/ForkCall.pm line 110.

This patch handles error from syswrite, but I can't write corresponding tests for this