0
0
mirror of https://github.com/hufrea/byedpi.git synced 2025-06-29 18:21:14 +00:00
69046c1
This commit is contained in:
ruti 2025-06-24 10:48:28 +03:00
parent d562c8f32d
commit f91fb39908

View File

@ -461,7 +461,7 @@ static int setup_conn(struct eval *client, const char *buffer, ssize_t n)
LOG(LOG_E, "drop connection\n");
return -1;
}
if ((params.auto_level & AUTO_POST) && params.dp->next) {
if ((params.auto_level & (AUTO_POST | AUTO_RECONN)) && params.dp->next) {
client->mark = is_tls_chello(buffer, n);
}
client->dp = dp;