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

Resend request after timeout #219

Open
7237ge opened this issue Aug 17, 2021 · 0 comments
Open

Resend request after timeout #219

7237ge opened this issue Aug 17, 2021 · 0 comments

Comments

@7237ge
Copy link

7237ge commented Aug 17, 2021

hello,

teach me please.

It seems that mod_proxy_http2 is resending the request after the proxy timeout time is exceeded.
Is there a way to not resend a request that exceeds the proxytimeout time?
I am in trouble because the update process is executed multiple times on the connection destination server.

I interpreted RFC 7540 in my own way
I read that it should not be resent when there is no GOAWAY, but is my interpretation wrong?
--GOAWAY and RST_STREAM have different uses, so if either one returns, the client can resend.
--GOAWAY is when the connection is not disconnected, RST_STREAM is when the connection is disconnected.
--GOAWAY is an explicit guarantee of how much processing has been done.
It does not mean that there is no GOAWAY or nothing has been processed.

I hope you can help me.

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

No branches or pull requests

1 participant