mirror of
https://github.com/hufrea/byedpi.git
synced 2025-07-01 19:13:04 +00:00
parent
d562c8f32d
commit
f91fb39908
2
extend.c
2
extend.c
@ -461,7 +461,7 @@ static int setup_conn(struct eval *client, const char *buffer, ssize_t n)
|
|||||||
LOG(LOG_E, "drop connection\n");
|
LOG(LOG_E, "drop connection\n");
|
||||||
return -1;
|
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->mark = is_tls_chello(buffer, n);
|
||||||
}
|
}
|
||||||
client->dp = dp;
|
client->dp = dp;
|
||||||
|
Loading…
Reference in New Issue
Block a user