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

V1.0.3 bugfix #410

Merged
merged 9 commits into from
Apr 16, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
remove errant locks release
  • Loading branch information
James Ranson committed Apr 15, 2020
commit 3d557ee7258f8f6f0ebc53bbb93215eaf89a194b
1 change: 0 additions & 1 deletion internal/proxy/engines/deltaproxycache.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ func DeltaProxyCacheRequest(w http.ResponseWriter, r *http.Request) {
} else {
cdata, err := client.MarshalTimeseries(cts)
if err != nil {
locks.Release(key)
return
}
doc.Body = cdata
Expand Down