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

What is the difference between the configuration of http.socket.timeout and http.connectionrequest.timeout? #252

Open
MysticalDream opened this issue Aug 16, 2024 · 1 comment
Labels

Comments

@MysticalDream
Copy link

MysticalDream commented Aug 16, 2024

Hi, I have a configuration-related question. What is the difference between the configurations of http.socket.timeout and http.connectionrequest.timeout? What are the effects of configuring these settings? If I do not set them, will the default proxy requests not time out and wait indefinitely until a response arrives? It would be even better if you could explain with specific examples. Thank you very much!

@dsmiley
Copy link
Collaborator

dsmiley commented Aug 21, 2024

I believe the difference is the time it takes to initiate the connection vs something else. I forget if the something-else is a kind of TTL on the connection or is related to the packets taking too long.

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

No branches or pull requests

2 participants