Skip to content

Ziti socket timeout stall #677

Merged
ekoby merged 15 commits intomainfrom
ziti-socket-timeout-stall-676
Mar 17, 2025
Merged

Ziti socket timeout stall #677
ekoby merged 15 commits intomainfrom
ziti-socket-timeout-stall-676

Conversation

@ekoby
Copy link
Copy Markdown
Member

@ekoby ekoby commented Mar 7, 2025

[fixes #676]

Test Improvements:

  • Simplified the identity creation
  • Added methods for creating services and managing service policies.
  • Added ConnectionTests to test connection scenarios, including timeout and read operations.

@ekoby ekoby requested a review from a team as a code owner March 7, 2025 22:01
it.addresses.any { it.matches(host) } && it.portRanges.any { r -> port in r.low..r.high }
} ?: false
} ?: false
(it.service.interceptConfig()?.matches(host, port) ?: false)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i imagine we don't support wildcards right? not something to worry about?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ekoby ekoby merged commit 2b53b6e into main Mar 17, 2025
5 checks passed
@ekoby ekoby deleted the ziti-socket-timeout-stall-676 branch March 17, 2025 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Socket timeout problem

2 participants