CartoDB / CartoDB-SQL-API

CartoDB SQL API
BSD 3-Clause "New" or "Revised" License
62 stars 63 forks source link

Fix row_too_large error handling #670

Closed thedae closed 3 years ago

thedae commented 3 years ago

The return console.error was preventing the stream to be correctly closed through handleQueryEnd

Removing the return fixes the weird behaviour and now the errors are consistent