Yichun Zhang

Results 937 comments of Yichun Zhang

@detailyang I think we can just drop support for openssl versions older than 0.9.6 :)

@detailyang No, that's wrong to overwrite the buffer pointer since the caller may not check the pointer value at all, like this: ```C const char buf[64]; if (foo(&buf, 64) !=...

@dndx Will you please have a look at this PR as well as openresty/lua-resty-core#89 ? We also need client certificate support ourselves :) Thanks!

@detailyang That's awesome! We'll look into this ASAP.

@detailyang Please rebase to the latest master. Thank you! It seems like there are some merge conflicts.

@daurnimator I can see your point. But I think this relatively low level API is better to be self-contained and minimally implemented. interfacing with other Lua libraries create undesired dependencies...

@liorc11 These error logging is done automatically by the underlying ngx_lua module. You can disable this automatic error logging by putting the following line into the right place in your...

Just added a new section "Automatic Error Logging" to lua-resty-redis's documentation: https://github.com/agentzh/lua-resty-redis#automatic-error-logging This has been a FAQ already :)

Hello! On Fri, Oct 4, 2013 at 2:53 AM, liorc11 [email protected] wrote: > I tried adding it both on http, server and location > I still get > [crit] 72267#0:...

@waqasss `ngx_http_headers_filter_module.c` is a C source file in the nginx core, which has nothing to do with this ngx_headers_more module. Why are you feeding this nginx core C source file...