rapid7 / rex-socket

The Rex Socket Abstraction Library
Other
12 stars 33 forks source link

Consistently return nil as the failure indicator #31

Closed zeroSteiner closed 3 years ago

zeroSteiner commented 3 years ago

Consistently use nil to indicate failure instead of a mixed usage of false and nil.

This should fix a private unit test.