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

Add inactivity timeout #263

Merged
merged 12 commits into from
Apr 13, 2020
Merged

Add inactivity timeout #263

merged 12 commits into from
Apr 13, 2020

Conversation

trowski
Copy link
Member

@trowski trowski commented Mar 11, 2020

This provides a separate timeout while waiting for the response or streaming the body. If no data is received for the response within the given number of milliseconds, the request fails similarly to the transfer timeout.

@trowski trowski requested a review from kelunik March 11, 2020 17:20
src/Connection/Http1Connection.php Outdated Show resolved Hide resolved
src/Connection/Http1Connection.php Outdated Show resolved Hide resolved
src/Connection/Http1Connection.php Outdated Show resolved Hide resolved
src/Connection/Internal/Http2Stream.php Show resolved Hide resolved
src/Request.php Outdated Show resolved Hide resolved
src/Request.php Outdated Show resolved Hide resolved
src/Connection/Internal/Http2ConnectionProcessor.php Outdated Show resolved Hide resolved
@kelunik
Copy link
Member

kelunik commented Apr 13, 2020

@trowski Could you resolve the conflicts?

This provides a separate timeout while waiting for the response or streaming the body. If no data is received for the response within the given number of milliseconds, the request fails similarly to the transfer timeout.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants