Yichun Zhang

Results 937 comments of Yichun Zhang

@gaoshangs As I've already commented above in this issue, the `zone` directive is relatively new and is not supported by this library yet.

@bakins Sorry for the delay on my side. This is still in my review queue. I'll have a look as soon as I can manage. Thanks!

@msva I'll look into this.

@mu326668629 Will you provide a sample nginx.conf snippet that can trigger this? Thanks!

@mu326668629 I don't see how you can end up getting `ngx_http_drizzle_handler` called without configuring the `drizzle_pass` directive which always initializes `dlcf->complex_target` properly.

@mu326668629 Your nginx.conf snippet contains syntax error which won't even load. Will you provide a snippet that you have actually tested on your side? Thanks!

@mu326668629 Also, BTW, please use the markdown syntax for code snippets.

@mu326668629 From what you've provided, I can see the problem is the use of the `if` directive in your conf. Basically ngx_drizzle does not support the `if` directive yet (directive...

That's cool. @thibaultcha will you have a look at these 2 PRs? Many thanks!