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 nil resp panic & deadlock #453

Merged
merged 1 commit into from
Jun 3, 2020

Conversation

jranson
Copy link
Member

@jranson jranson commented Jun 3, 2020

this patch ensures that Trickster will not panic when an upstream Fast Forward Request fails and returns a nil response, and ensures that if the cache object fails marshaling for some reason, the cache record is not deadlocked. #452

@jranson jranson merged commit cee6faf into trickstercache:v1.1.x Jun 3, 2020
@jranson jranson deleted the v1.1-ffw-panic branch June 4, 2020 00:35
jranson pushed a commit that referenced this pull request Jun 4, 2020
* fix nil resp panic, deadlock on cache marshal err (#453)

* additional http post support for prometheus and influxdb (#454)

* use methods bitmap when possible for performance

* relocate query param funcs to params pkg

* use Reader instead of Buffer for read-only bodies

* use correct super struct for http/2 compatibility

* replace static test certificates with generator

* ignore orphaned test cert artifacts

* disable failing test (`TestDeltaProxyCacheRequestRemoveStaleLRU`) w/ timeline for permanent fix
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.

2 participants