lento
lento copied to clipboard
Streaming client for Presto HTTP protocol v1.
Testing: * 20.x - Current Version * 18.x - Current LTS * 16.x - Previous LTS, EOL. https://github.com/nodejs/Release
Since it has been a while from lastest commit time, I wonder if this project under maintainance?
## The devDependency [nock](https://github.com/nock/nock) was updated from `11.9.1` to `12.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...
Because it sets `highWaterMark` to 0 (though documented as 16): https://github.com/vweevers/lento/blob/8670652f34e5c2f98145b669ff269efa81ba4c5f/lib/client.js#L176-L180 This makes sense for a page stream, because it means it won't make preemptive HTTP requests. But for a...
- [ ] Make `#request` internal - [ ] Pass headers to query callback - [ ] Then handle session responses in `set` and `reset` - [ ] Catalog, schema,...