Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix write timeout not being initialised #730

Merged
merged 3 commits into from
Mar 21, 2024

Conversation

gjcairo
Copy link
Collaborator

@gjcairo gjcairo commented Mar 21, 2024

Motivation

The write timeout was being received as a parameter in the config's initialiser, but it wasn't being set on the config struct. Also tests for the write timeout were missing.

Modifications

  • The write timeout value is now set on init.
  • There are now tests for the write timeout.

Result

Proper idle write timeouts and tests.

@gjcairo gjcairo merged commit 83f015b into swift-server:main Mar 21, 2024
6 of 7 checks passed
@gjcairo gjcairo deleted the config-write branch March 21, 2024 16:18
@FranzBusch FranzBusch added the semver/patch For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1) label Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/patch For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants