Aapo Talvensaari

Results 278 comments of Aapo Talvensaari

Such a small PR which on a surface looks good and perhaps better than what we have, just raises a lot of small questions, for example: Can querystring param names...

@windmgc, I think only EE patches the running environment in init phase with `resty.luasocket.http` thus you see it failing here. Though I am not sure what installs the library in...

> So it is still useful and cannot be removed... Allowing co-sockets in `init` AND `init_worker` would be great. Though `init_worker` doesn't even support `couroutine.*` (which `init` does). But getting...

Oh, that is a bug it seems.

@outshow, Oh, wait, the `ecb` does not use `iv`, so please do not specify it.

@outshow sorry for late answer, I was on summer holidays.

@Tieske, does `ffi.typeof` also cause similar issues? I understand that `cdef` does as it does not return, but does `ffi.typeof` also have side effects?

@yondersever Have you installed `libnettle` to your system?

There are two versions of API, I will check but the other one used wchar_t if I remember correctly. I will recheck. We are using C API, not C++ API.

Okay, if you go there and download a package for your OS: http://libxl.com/download.html There should be a directory called `include_c`. Inside that there are two different types of bindings, e.g....