mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
i don't think we need to close the Body object anymore
This commit is contained in:
parent
c1188aa57b
commit
ba9f4f7320
1 changed files with 0 additions and 1 deletions
|
|
@ -78,7 +78,6 @@ func (self *WebService) HandleQuery(w http.ResponseWriter, r *http.Request) {
|
|||
return
|
||||
}
|
||||
|
||||
defer r.Body.Close()
|
||||
results := self.service.Executor.RunPQL(database_name, pql)
|
||||
|
||||
encoder := json.NewEncoder(w)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue