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

HTTP client caching plugin errors #5174

Open
smakhtin opened this issue Feb 23, 2023 · 0 comments
Open

HTTP client caching plugin errors #5174

smakhtin opened this issue Feb 23, 2023 · 0 comments

Comments

@smakhtin
Copy link

When i do first request using httpCache plugin i receive error that the header name is wrong, then on every request i receive following errors:

"errors": [
		{
			"message": "Body has already been used. It can only be used once. Use tee() first if you need to read it twice.",
			"path": [
				"snis",
				0,
				"metadata"
			]
		},
		{
			"message": "Body has already been used. It can only be used once. Use tee() first if you need to read it twice.",
			"path": [
				"snis",
				1,
				"metadata"
			]
		}
	],

The response seems to come faster, so i assume some data is still cached.

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