Skip to content

When does HttpClient with HTTP/1.x open new TCP connections? #99532

Answered by stephentoub
alexandrehtrb asked this question in Q&A
Discussion options

You must be logged in to vote

If a request was made and completed, the connection it was using will be returned to the pool. If another request comes along and finds an available connection in the pool, it'll use it.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@alexandrehtrb
Comment options

@stephentoub
Comment options

Answer selected by alexandrehtrb
@alexandrehtrb
Comment options

@MihaZupan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants