• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

curl / curl / 9776
37%

Build:
DEFAULT BRANCH: master
Ran 24 Jan 2019 09:52AM UTC
Jobs 1
Files 273
Run time 26s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
9776

push

travis-ci

bagder
libssh: do not let libssh create socket

By default, libssh creates a new socket, instead of using the socket
created by curl for SSH connections.

Pass the socket created by curl to libssh using ssh_options_set() with
SSH_OPTIONS_FD directly after ssh_new(). So libssh uses our socket
instead of creating a new one.

This approach is very similar to what is done in the libssh2 code, where
the socket created by curl is passed to libssh2 when
libssh2_session_startup() is called.

Fixes #3491
Closes #3495

21929 of 29307 relevant lines covered (74.83%)

765404.56 hits per line

Jobs
ID Job ID Ran Files Coverage
24 9776.24 (T=coverage) 24 Jan 2019 09:52AM UTC 0
74.83
Travis Job 9776.24
Source Files on build 9776
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #9776
  • 15c94b31 on github
  • Prev Build on master (#9770)
  • Next Build on master (#9777)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc