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

Nima WebClient Configuration for keepAlive #6979

Closed
Tracked by #6683
aserkes opened this issue Jun 9, 2023 · 2 comments
Closed
Tracked by #6683

Nima WebClient Configuration for keepAlive #6979

aserkes opened this issue Jun 9, 2023 · 2 comments
Assignees
Labels
Milestone

Comments

@aserkes
Copy link
Contributor

aserkes commented Jun 9, 2023

In 3.x we had this:

WebClient.builder()
         .keepAlive(true)
         .build()
         .get()
         .keepAlive(false)
         .submit();

See the javadoc

@aserkes aserkes mentioned this issue Jun 9, 2023
57 tasks
@aserkes aserkes self-assigned this Jun 9, 2023
@aserkes
Copy link
Contributor Author

aserkes commented Jun 12, 2023

Should it be related to io.helidon.common.socket.SocketOptions.Builder#socketKeepAlive ?

@romain-grecourt
Copy link
Contributor

Should it be related to io.helidon.common.socket.SocketOptions.Builder#socketKeepAlive ?

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

3 participants