Open rudolph-miller opened 9 years ago
and I got an unexpected response when I GET http://hackinghat.com/. ;(
hackinghat.com is back up now apologies!
That's a strange problem you've found. I don't have a working system in-front of me at the moment but do you get the same problem if you don't use a busy loop?
I see.
That's not depends on what you do in the loop, and I think it's a issue of SBCL or CFFI.
I'll try more to inspect it.
It's actually not the issue of SBCL nor CFFI.
MySQL blocks SIGPIPE on the first call of mysql_init
.
(ref https://dev.mysql.com/doc/refman/5.0/en/c-api-threaded-clients.html)
Good find!
(ref https://github.com/fukamachi/clack/issues/118)