red herring
This commit is contained in:
parent
5f27cb896e
commit
d704dc39d0
@ -90,9 +90,6 @@ function handleQuery(req, res){
|
||||
function setHeaders(err, result){
|
||||
if (err) throw err;
|
||||
|
||||
// close connection to psql. be nice.
|
||||
//pg.end();
|
||||
|
||||
// configure headers for geojson/CSV
|
||||
res.header("Content-Disposition", getContentDisposition(format));
|
||||
res.header("Content-Type", getContentType(format));
|
||||
|
Loading…
Reference in New Issue
Block a user