Yichun Zhang

Results 937 comments of Yichun Zhang

@alubbe I can easily reproduce those test failures in the `t/ocsp.t` file of Travis CI in my local environment when using your branch in this PR. Switching to master branch...

@alubbe Regarding the test certificates, I suggest you add a shell script under `t/cert/` to include openssl command lines used to generate those certificates and keys. So that other people...

@alubbe So...it is really not our test suite or test toolchain's fault ;)

@alubbe Maybe you should just enable travis ci in your own fork? It's easier.

@alubbe Regarding openssl cli, just google for commands. There are many blog posts and documentation over the Internet. Regarding re-generation, no, you only need to record the commands in a...

@thibaultcha I appreciate your exploration in this direction. I'm thinking about maybe we could make this work on a much lower level, by dynamically configuring *all* the nginx main/http/stream/server/location blocks...

@thibaultcha I do understand your intention but unfortunately I don't see this PR as an iterative approach to the right direction from the perspective of an implementator. This patch adds...

@membphis Thanks for your work on this! I think the biggest selling point of prepared statements is to avoid parsing the SQL queries on the mysqld side upon every request...

This will definitely get merged at some point since this PR was the result of my request to @membphis :) He's been doing me a favor.

Just for the record, we'll redo this atop a new OpenResty builtin API for better performance. We already use the new way to add preparing statement support for PostgreSQL.