fukamachi / woo

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

error when visit / #94

Open C-Entropy opened 3 years ago

C-Entropy commented 3 years ago

when visit / (using with weblocks), you will see the following error from your repl:

There was an error processing your request: The value
                                              NIL
                                            is not of type
                                              SIMPLE-STRING
                                            when binding STRING

for more info. It turned out because quri returns NIL when recive something like 127.0.0.1:1080. see here