Commit 4f6eaa59 authored by Laszlo Kovacs's avatar Laszlo Kovacs Committed by Matt Caswell
Browse files

RT3720 Increment session miss counter properly

parent 1e2012b7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1016,6 +1016,7 @@ MSG_PROCESS_RETURN tls_process_server_hello(SSL *s, PACKET *pkt)
         * overwritten if the server refuses resumption.
         */
        if (s->session->session_id_length > 0) {
            s->ctx->stats.sess_miss++;
            if (!ssl_get_new_session(s, 0)) {
                goto f_err;
            }