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

fix ineffectual assignment in irondb custom key hasher #368

Merged
merged 1 commit into from Feb 11, 2020

Conversation

jranson
Copy link
Member

@jranson jranson commented Feb 11, 2020

this patch addresses an issue where key hashers that read request body content are not able to reset set the request body to byte 0 for additional processors to read it as well (e.g, in the event of a cache miss when the request body needs to be forwarded to an origin server).

@jranson jranson merged commit b6b4db5 into trickstercache:master Feb 11, 2020
@jranson jranson deleted the keyhasher-inneffect branch March 7, 2020 01:13
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.

None yet

2 participants