tursodatabase / libsql-client-rs

libSQL Rust client library can be used to communicate with sqld natively over HTTP protocol with native Rust interface.
MIT License
75 stars 29 forks source link

fix: http client execute multiple server responses error #60

Closed FeBrandao closed 10 months ago

FeBrandao commented 10 months ago

http client execute function is returning two responses: results AND close stream. (raw_batch already had this change, both calling the same underlying method).

this fixes the response size verification.