• D
    Always return errors in ssl3_get_client_hello · c56f5b8e
    Dr. Stephen Henson 提交于
    If we successfully match a cookie don't set return value to 2 as this
    results in other error conditions returning 2 as well.
    
    Instead set return value to -2 which can be checked later if everything
    else is OK.
    c56f5b8e
s3_srvr.c 92.7 KB