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 I have a response transformer plugin active on an endpoint it seems to cause the endpoint to stop responding, and all requests through that endpoint time out. When I disable the plugin the request start working again.
This appears to happen with all of the different configurations that I have tried on the response transformer plugin, and also happens when there is a single plugin or multiple plugins enabled on the endpoint.
As there is no body transform, the content-length header would be left unchanged by the plugin. Yet, the body would be parsed, and then re-jsonified. Causing a different length because of whitespace differences between the original and the re-jsonified body.
When I have a response transformer plugin active on an endpoint it seems to cause the endpoint to stop responding, and all requests through that endpoint time out. When I disable the plugin the request start working again.
This appears to happen with all of the different configurations that I have tried on the response transformer plugin, and also happens when there is a single plugin or multiple plugins enabled on the endpoint.
plugin configuration:
The text was updated successfully, but these errors were encountered: