You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When DistroFilter forwards to the responsible node, if the http method is PATCH, an exception will occur: java.net.ProtocolException: Invalid HTTP method: PATCH.
Expected behavior
support forwarding requests with Http Method being PATCH.
Acutally behavior
A clear and concise description of what you actually to happen.
Describe the bug
When
DistroFilter
forwards to the responsible node, if the http method isPATCH
, an exception will occur:java.net.ProtocolException: Invalid HTTP method: PATCH
.Expected behavior
support forwarding requests with Http Method being
PATCH
.Acutally behavior
A clear and concise description of what you actually to happen.
How to Reproduce
Steps to reproduce the behavior:
curl -X PATCH'http://127.0.0.1:8848/nacos/v1/ns/instance?port=8848&healthy=true&ip=11.11.11.11&weight=1.0&serviceName=nacos.test.3&encoding=UTF-8'
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: