Yichun Zhang

Results 937 comments of Yichun Zhang

@geniuss99 Sorry, I didn't know nginx only supports 32-bit OpenSSL on windows. That's indeed unfortunate and I can now see the justification of patching the nginx core. Thank you for...

@geniuss99 If I understand it correctly, the other 3rd-party nginx C modules in OpenResty which do not involve feature tests do not require a separate `config.msvc` file, right?

@geniuss99 Have you tried loading lua-cjson and `ffi.load("LIBRARY")` in your Win32/Win64 binary build? Do they work as expected? And how about lua-resty-core?

@geniuss99 Thank you for your help here! The other most important ones are ngx_stream_lua and lua-resty-core, and lua-cjson. I guess ngx_stream_lua should be VERY similar to ngx_http_lua (i.e., this repository)....

@geniuss99 Great. Thank you very much!

@geniuss99 This is great progress! We'll try your build and patches out ourselves as soon as we can manage. Many thanks!

@geniuss99 Right. `Test::Nginx` is not easy to get ported over to Win32. I knew that :)

@codahale Recovering the clear text of the encrypted session here does not matter. Basically the user should only put a user ID, a number, into it. The user should never...

@codahale Thank you for the info! I'll look into this :)

@stas410 Patches welcome :)