clj-commons / aleph

Asynchronous streaming communication for Clojure - web server, web client, and raw TCP/UDP
http://aleph.io
MIT License
2.54k stars 241 forks source link

Avoid NullPointerException if optional timeout omitted. #551

Closed wardle closed 4 years ago

wardle commented 4 years ago

pos? throws an exception for a nil value, and yet timeout is documented as being optional.