-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: use http1 * chore: bump version * refactor: add support for redirect * fix: add accidentally deleted line * fix: properly parse quotes in content-disposition * test: change R params * fix: bad refactor * test: add multiplex * test: revert multiplex, increase host conn * test: host_con to 100 * revert max connections to 20 * try multiplex again * host_con = 20 * host_con=50 * tweak buffer size * try curl default pool options * add print for testing * 256k buffer * remove buffer size * cleanup
- Loading branch information
Showing
4 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: redivis | ||
Type: Package | ||
Title: R interface for Redivis | ||
Version: 0.6.8 | ||
Version: 0.6.9 | ||
Author: Redivis Inc. | ||
Maintainer: Redivis <[email protected]> | ||
Description: Supports working with Redivis datasets and tables through R. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters