fukamachi / woo

A fast non-blocking HTTP server on top of libev
http://ultra.wikia.com/wiki/Woo_(kaiju)
MIT License
1.28k stars 98 forks source link

* Fix error on ntoa : support for 64 bit address #35

Closed kayhman closed 9 years ago

kayhman commented 9 years ago

The value 3941122772 is not of type (SIGNED-BYTE 32). Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name): 0: [CONTINUE] Ignore runtime option --eval "****". 1: [ABORT ] Skip rest of --eval and --load options. 2: Skip to toplevel READ/EVAL/PRINT loop. 3: [EXIT ] Exit SBCL (calling #'EXIT, killing the process).

(WOO.LLSOCKET:INET-NTOA 3941122772)

fukamachi commented 9 years ago

Thanks!