woo icon indicating copy to clipboard operation
woo copied to clipboard

A fast non-blocking HTTP server on top of libev

Results 28 woo issues
Sort by recently updated
recently updated
newest added

When deploying woo in an centos7 container, i get these messages: STYLE-WARNING: Undefined alien: "ev_default_loop_uc_" STYLE-WARNING: Undefined alien: "ev_is_default_loop" STYLE-WARNING: Undefined alien: "ev_loop" STYLE-WARNING: Undefined alien: "ev_unloop" STYLE-WARNING: Undefined alien:...

portability

Here is a repository with a minimal example to reproduce this problem: https://github.com/svetlyak40wt/test-woo-cffi-grovel-error I remember, that some time ago, I successful installed a woo using Qlot, but now it does...

question

I am getting this error when trying to run Woo. Originally, I tried to use it through Clack or Lack, but it would not work. Hence, I opted for doing...

Hi Fukamashi, I m very interested in your packages but i m wondering what is the role they play? I came across fast-http, clack, and woo as well. I would...

; Loading "woo" ...; cc -m64 -o /root/.cache/common-lisp/sbcl-1.3.12-solaris-x64/root/quicklisp/dists/quicklisp/software/woo-20170227-git/src/llsocket/grovel__grovel-tmpGHU3ALSV -I/root/quicklisp/dists/quicklisp/software/cffi_0.18.0/ /root/.cache/common-lisp/sbcl-1.3.12-solaris-x64/root/quicklisp/dists/quicklisp/software/woo-20170227-git/src/llsocket/grovel__grovel.c In file included from /root/.cache/common-lisp/sbcl-1.3.12-solaris-x64/root/quicklisp/dists/quicklisp/software/woo-20170227-git/src/llsocket/grovel__grovel.c:11:0: /root/.cache/common-lisp/sbcl-1.3.12-solaris-x64/root/quicklisp/dists/quicklisp/software/woo-20170227-git/src/llsocket/grovel__grovel.c: In function 'main': /root/quicklisp/dists/quicklisp/software/cffi_0.18.0/grovel/common.h:10:62: error: 'struct msghdr' has no member named 'msg_control' #define offsetof(type,...

(woo:run (lambda (env) `(200 (:content-type "text/html") #P"/file/that/does/not-exist.html"))) One would hope that this would result in a 404 error being returned to the Web client, but no. Instead, Woo attempts to...

One common error that happens is when a client opens a connection but never sends a request. Eventually, that produces a timeout error, which bubbles up to the debugger. But...

Hi, I was looking at how different projects on quicklisp use uiop:run-program and came across this snippet in woo: ```common-lisp (with-output-to-string (s) (uiop:run-program "uname -r" :output s :ignore-error-status t)))) ```...

Something like lparallel, but more lightweight.

performance

Cheers! I am new to CL and this server. When trying to use, I get the following error in Aquamacs after running `(ql:quickload :woo)`. Any idea how I could proceed?...