Skip to content

Set keep alive on#141

Merged
nkoenig merged 1 commit intoign-fuel-tools4from
keepalive
Dec 4, 2020
Merged

Set keep alive on#141
nkoenig merged 1 commit intoign-fuel-tools4from
keepalive

Conversation

@nkoenig
Copy link
Contributor

@nkoenig nkoenig commented Dec 4, 2020

This adds keepalive options to curl. The command line version of curl has this enabled by default, and I've found that these parameters help downloading large models and collections.

Reference: https://curl.se/libcurl/c/CURLOPT_TCP_KEEPALIVE.html
Reference: https://ec.haxx.se/usingcurl/usingcurl-timeouts#:~:text=By%20using%20keep%2Dalive%2C%20curl,default%20value%20is%2060%20seconds.

Signed-off-by: Nate Koenig nate@openrobotics.org

Signed-off-by: Nate Koenig <nate@openrobotics.org>
@github-actions github-actions bot added the 🏰 citadel Ignition Citadel label Dec 4, 2020
@nkoenig nkoenig requested a review from caguero December 4, 2020 21:25
@codecov
Copy link

codecov bot commented Dec 4, 2020

Codecov Report

Merging #141 (11dbf7b) into ign-fuel-tools4 (890b79d) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##           ign-fuel-tools4     #141      +/-   ##
===================================================
+ Coverage            77.27%   77.30%   +0.02%     
===================================================
  Files                   19       19              
  Lines                 2557     2560       +3     
===================================================
+ Hits                  1976     1979       +3     
  Misses                 581      581              
Impacted Files Coverage Δ
src/RestClient.cc 57.46% <100.00%> (+0.97%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 890b79d...11dbf7b. Read the comment docs.

@nkoenig nkoenig merged commit bdf5303 into ign-fuel-tools4 Dec 4, 2020
@nkoenig nkoenig deleted the keepalive branch December 4, 2020 22:57
nkoenig added a commit that referenced this pull request Dec 9, 2020
* Use lowercase resource and owner names when storing assets on disk (#130)

* Use lowercase resource and owner names when storing assets on disk

Signed-off-by: Nate Koenig <nate@openrobotics.org>

* Remove added diff text from merge

Signed-off-by: John Shepherd <john@openrobotics.org>

* change model version in test back

Signed-off-by: John Shepherd <john@openrobotics.org>

* Fix test

Signed-off-by: Nate Koenig <nate@openrobotics.org>

* Fix windows

Signed-off-by: Nate Koenig <nate@openrobotics.org>

* Fix more windows tests

Signed-off-by: Nate Koenig <nate@openrobotics.org>

* Testing another windows fix

Signed-off-by: Nate Koenig <nate@openrobotics.org>

Co-authored-by: Nate Koenig <nate@openrobotics.org>
Co-authored-by: John Shepherd <john@openrobotics.org>

* Prepare for 3.5.0 release (#135)

* Prepare for 3.5.0 release

Signed-off-by: Nate Koenig <nate@openrobotics.org>

* Update Changelog.md

Co-authored-by: Louise Poubel <louise@openrobotics.org>

Co-authored-by: Nate Koenig <nate@openrobotics.org>
Co-authored-by: Louise Poubel <louise@openrobotics.org>

* Download model dependencies (#123)

Signed-off-by: John Shepherd <john@openrobotics.org>

Co-authored-by: Nate Koenig <nate@openrobotics.org>

* Prepare for 4.3.0 release (#139)

Signed-off-by: Nate Koenig <nate@openrobotics.org>

Co-authored-by: Nate Koenig <nate@openrobotics.org>

* Set keep alive on (#141)

Signed-off-by: Nate Koenig <nate@openrobotics.org>

Co-authored-by: Nate Koenig <nate@openrobotics.org>

Co-authored-by: Nate Koenig <nate@openrobotics.org>
Co-authored-by: John Shepherd <john@openrobotics.org>
Co-authored-by: Louise Poubel <louise@openrobotics.org>
nkoenig added a commit that referenced this pull request Dec 23, 2020
* Use lowercase resource and owner names when storing assets on disk (#130)

* Use lowercase resource and owner names when storing assets on disk

Signed-off-by: Nate Koenig <nate@openrobotics.org>

* Remove added diff text from merge

Signed-off-by: John Shepherd <john@openrobotics.org>

* change model version in test back

Signed-off-by: John Shepherd <john@openrobotics.org>

* Fix test

Signed-off-by: Nate Koenig <nate@openrobotics.org>

* Fix windows

Signed-off-by: Nate Koenig <nate@openrobotics.org>

* Fix more windows tests

Signed-off-by: Nate Koenig <nate@openrobotics.org>

* Testing another windows fix

Signed-off-by: Nate Koenig <nate@openrobotics.org>

Co-authored-by: Nate Koenig <nate@openrobotics.org>
Co-authored-by: John Shepherd <john@openrobotics.org>

* Prepare for 3.5.0 release (#135)

* Prepare for 3.5.0 release

Signed-off-by: Nate Koenig <nate@openrobotics.org>

* Update Changelog.md

Co-authored-by: Louise Poubel <louise@openrobotics.org>

Co-authored-by: Nate Koenig <nate@openrobotics.org>
Co-authored-by: Louise Poubel <louise@openrobotics.org>

* Download model dependencies (#123)

Signed-off-by: John Shepherd <john@openrobotics.org>

Co-authored-by: Nate Koenig <nate@openrobotics.org>

* Prepare for 4.3.0 release (#139)

Signed-off-by: Nate Koenig <nate@openrobotics.org>

Co-authored-by: Nate Koenig <nate@openrobotics.org>

* Set keep alive on (#141)

Signed-off-by: Nate Koenig <nate@openrobotics.org>

Co-authored-by: Nate Koenig <nate@openrobotics.org>

* Support editing/patching model files (#140)

* Support editing/patching model files

Signed-off-by: Nate Koenig <nate@openrobotics.org>

* Added documentation

Signed-off-by: Nate Koenig <nate@openrobotics.org>

* Set keep alive on

Signed-off-by: Nate Koenig <nate@openrobotics.org>

* Documentation and tests

Signed-off-by: Nate Koenig <nate@openrobotics.org>

* One more test and exit catch missing -u

Signed-off-by: Nate Koenig <nate@openrobotics.org>

Co-authored-by: Nate Koenig <nate@openrobotics.org>

* Prepare for 5.1.0 release (#145)

Signed-off-by: Nate Koenig <nate@openrobotics.org>

Co-authored-by: Nate Koenig <nate@openrobotics.org>

* Fix light map URI (#146)

Signed-off-by: Ian Chen <ichen@osrfoundation.org>

* Bump to 5.1.1 (#147)

Signed-off-by: Louise Poubel <louise@openrobotics.org>

Co-authored-by: Nate Koenig <nkoenig@users.noreply.github.com>
Co-authored-by: Nate Koenig <nate@openrobotics.org>
Co-authored-by: John Shepherd <john@openrobotics.org>
Co-authored-by: Ian Chen <ichen@osrfoundation.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🏰 citadel Ignition Citadel

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants