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

curl / curl / 6065 / 10
37%
master: 37%

Build:
DEFAULT BRANCH: master
Ran 16 Aug 2017 09:19PM UTC
Files 253
Run time 2min
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

16 Aug 2017 05:41PM UTC coverage: 73.158% (+0.01%) from 73.145%
T=coverage

Pull #1735

travis-ci

web-flow
ssh: add the ability to enable compression (for SCP/SFTP)

The required low-level logic was already available as part of
`libssh2` (via `LIBSSH2_FLAG_COMPRESS` `libssh2_session_flag()`[1]
option.)

This patch adds the new `libcurl` option `CURLOPT_SSH_COMPRESSION`
(boolean) and the new `curl` command-line option `--compressed-ssh`
to request this `libssh2` feature. To have compression enabled, it
is required that the SSH server supports a (zlib) compatible
compression method and that `libssh2` was built with `zlib` support
enabled.

[1] https://www.libssh2.org/libssh2_session_flag.html
Ref: https://github.com/curl/curl/issues/1732
Pull Request #1735: ssh: add ability to enable compression (for SCP/SFTP)

19302 of 26384 relevant lines covered (73.16%)

108621.16 hits per line

Source Files on job 6065.10 (T=coverage)
  • Tree
  • List 0
  • Changed 56
  • Source Changed 4
  • Coverage Changed 56
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 6065
  • Travis Job 6065.10
  • 17ae0c1c on github
  • Prev Job for T=coverage on master (#6063.10)
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