mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Merge pull request #554 from travisturner/handleGetSliceMax-proto-bug
fix bug in `handleGetSliceMax` that was causing protobuf request to r…
This commit is contained in:
commit
6fd630f2ae
1 changed files with 1 additions and 0 deletions
|
|
@ -258,6 +258,7 @@ func (h *Handler) handleGetSliceMax(w http.ResponseWriter, r *http.Request) {
|
|||
} else if _, err := w.Write(buf); err != nil {
|
||||
h.logger().Printf("stream write error: %s", err)
|
||||
}
|
||||
return
|
||||
}
|
||||
json.NewEncoder(w).Encode(sliceMaxResponse{
|
||||
MaxSlices: ms,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue