Yichun Zhang

Results 937 comments of Yichun Zhang

@ElvinEfendi Cool, thanks!

Sorry, we haven't had the time to look at this. Been busy with other things with higher priority.

@dndx @spacewander Please help review this PR once you have a chance. Thanks!

@jebabcock There is a pending pull request that implements it: #5

@jzh800 Thanks for the report. Mind to propose a patch? Thanks!

@splitice To clarify some things on the OpenResty side (as the official OpenResty responses): 1. We're indeed retiring most of the CFunction-based Lua API in the OpenResty core, mostly for...

@lukego Sorry for the late replay. Yeah, I open sourced both gdb tools and systemtap tools on github: https://github.com/openresty/openresty-gdb-utils https://github.com/openresty/stapxx https://github.com/openresty/openresty-systemtap-toolkit I wonder if the smalltalk code and @0xflotus's debugging...

@lukego BTW, my email address is yichun at openresty dot com. Let's keep in touch :)

@hkmo I think you should really use streaming processing for large responses (or requests) of this size. This library does not support streaming processing AFAIK. Pick up one that does,...

@hkmo I think we should profile the code before taking any actions to opitmizate things. See https://openresty.org/en/profiling.html