refactor(connlib): make {Client,Gateway}State SANS-IO (#4096)

Resolves: #3929.
This commit is contained in:
Thomas Eizinger
2024-03-15 10:44:36 +11:00
committed by GitHub
parent d092e22840
commit 62e082d47a
12 changed files with 715 additions and 493 deletions

View File

@@ -13,5 +13,5 @@ function remove_iptables_drop_rules() {
}
function client_curl_resource() {
docker compose exec -it client curl --fail -i 172.20.0.100
docker compose exec -it client curl --max-time 30 --fail -i 172.20.0.100
}