Update BasicSocket#recv documentation on return value
BasicSocket#recv
Ref: https://github.com/ruby/ruby/pull/6407
[Bug #19012]
0 is now interpreted as closed connection an not an empty packet, as these are very rare and pretty much useless.
0
Update
BasicSocket#recv
documentation on return valueRef: https://github.com/ruby/ruby/pull/6407
[Bug #19012]
0
is now interpreted as closed connection an not anempty packet, as these are very rare and pretty much
useless.