CartoDB / CartoDB-SQL-API

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

Fix row_too_large error handling #670

Closed thedae closed 4 years ago

thedae commented 4 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