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

curl / curl / 9283 / 23
37%
master: 37%

Build:
DEFAULT BRANCH: master
Ran 16 Nov 2018 11:05PM UTC
Files 273
Run time 14s
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 Nov 2018 09:03PM UTC coverage: 74.837% (-0.07%) from 74.91%
T=coverage

push

travis-ci

jay
openssl: do not log excess "TLS app data" lines for TLS 1.3

The SSL_CTX_set_msg_callback callback is not just called for the
Handshake or Alert protocols, but also for the raw record header
(SSL3_RT_HEADER) and the decrypted inner record type
(SSL3_RT_INNER_CONTENT_TYPE). Be sure to ignore the latter to avoid
excess debug spam when using `curl -v` against a TLSv1.3-enabled server:

    * TLSv1.3 (IN), TLS app data, [no content] (0):

(Following this message, another callback for the decrypted
handshake/alert messages will be be present anyway.)

Closes https://github.com/curl/curl/pull/3281

21747 of 29059 relevant lines covered (74.84%)

765939.16 hits per line

Source Files on job 9283.23 (T=coverage)
  • Tree
  • List 0
  • Changed 79
  • Source Changed 1
  • Coverage Changed 79
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 8592
  • Travis Job 9283.23
  • 27e4ac24 on github
  • Prev Job for T=coverage on master (#9281.23)
  • Next Job for T=coverage on master (#9285.23)
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