nghttpx: Disable TLS renegotiation properly
4ed4efc2 does not disable TLS renegotiation at all, if client keeps rengotiations without sending application data. In this change, we intercept the raw incoming data from the client and if it is a renegotiation, drop the connection immediately.
Showing
Please register or sign in to comment