VEuPathDB / service-eda

Repo containing EDA web service
Apache License 2.0
0 stars 0 forks source link

Fix empty subsetting response causing 500 #26

Closed dmgaldi closed 4 months ago

dmgaldi commented 4 months ago

Overview

Resolves #25

Currently, we don't gracefully handle empty responses from subsetting.

We only handle empty responses from merging, which only happens when a stream is passed through merging.

bobular commented 4 months ago

Ah, thanks for the explanation.

Did something change in this regard? Or did we just find a new edge case in the client?