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

Typo in metatype description of soLinger attribute #30605

Closed
dmuelle opened this issue Jan 22, 2025 · 0 comments · Fixed by #30635
Closed

Typo in metatype description of soLinger attribute #30605

dmuelle opened this issue Jan 22, 2025 · 0 comments · Fixed by #30635
Assignees
Labels
release bug This bug is present in a released version of Open Liberty

Comments

@dmuelle
Copy link
Member

dmuelle commented Jan 22, 2025

Describe the bug
The metatype description of the soLinger attribute has a typo and does not follow style guidance:

This parameter sets the delay for the connection while data is being transmitted before closing the socket, after a close request has been received. Set the value in the range of 0 to 65,536 to specify the delay period in seconds.Use -1 to disable this.

Steps to Reproduce
View the description of the attribute in the autogenerated documentation on the Open Liberty website in 25.0.0.1 (after publication)

Expected behavior

The following revision fixes the typo and adheres to style guidance:

This parameter sets the delay before closing the socket after a close request is received while data is transmitting. Set the value between 0 to 65,536 to specify the delay period in seconds. To disable this setting, set the value to -1.

Diagnostic information:

  • OpenLiberty Version: 25.0.0.1
@dmuelle dmuelle added the release bug This bug is present in a released version of Open Liberty label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release bug This bug is present in a released version of Open Liberty
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants