Closed hishamhm closed 5 years ago
Today I tested, and @james-callahan has been doing more work on service mesh, and now it seems that, well, with this patch it does not crash, but it does not crash with the original patch either.
This patch ran into an issue where the balancer phase is never started. We've merged #21 in lieu of this.
This commit includes a modified version of the patch that adds the
ngx.req.starttls
function; it modifies the execution logic based on that of:sslhandshake
, and restores theread
andwrite
connection handlers of thengx_connection_t
object.