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

Route the "PATCH" HTTP method to the gateway #302

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

werdnum
Copy link

@werdnum werdnum commented Oct 25, 2021

This is a common REST method, and without this change, it's impossible to send the "PATCH" method over HTTP in configurations where the HTTP Gateway and the GRPC Gateway (e.g., the default configuration).

Resolves #301.

This is a common REST method, and without this change, it's impossible to send the "PATCH" method over HTTP in configurations where the HTTP Gateway and the GRPC Gateway (e.g., the default configuration).

Resolves izumin5210#301.
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

Successfully merging this pull request may close these issues.

"Connection reset by peer" when sending PATCH request over HTTP if GRPC & Gateway are on same addr
1 participant