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

Cache seems to return GET information on post #18

Open
btrepp opened this issue Dec 13, 2017 · 0 comments
Open

Cache seems to return GET information on post #18

btrepp opened this issue Dec 13, 2017 · 0 comments

Comments

@btrepp
Copy link

btrepp commented Dec 13, 2017

Flow of.
GET /resource/ 200 OK (with some body)
POST /resource/

The second call returns the body/status code from the first get. Rather than doing the POST as expected. Using traffic inspectors I see that it never even hits the wire.

Removing the HttpCacheHandler gives me expected behaviour , but then of course I lose caching, that works inside services :(.

I'm not around RFC 7234, but this behavior surprised 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