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

vinniefalco / Beast / 1032
98%
master: 68%

Build:
Build:
LAST BUILD BRANCH: v41
DEFAULT BRANCH: master
Ran 05 Oct 2016 10:43PM UTC
Jobs 1
Files 70
Run time 4s
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
1032

push

travis-ci

vinniefalco
Fix handling empty HTTP headers in parser_v1.hpp

This patch rectifies flush() of beast::http::parser_v1
to properly handle the case when an HTTP header has
empty value.

Without the fix an empty-valued HTTP header is being
concatenated with the header directly following it.
This situation can be replicated using eg. curl:

  curl <url> -H "X-First;" -H "X-Second: bla"

What Beast's client would see is a single header named
as "X-FirstX-Second".

3969 of 4054 relevant lines covered (97.9%)

343885.6 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1032.1 (GCC_VER=5 VARIANT=coverage ADDRESS_MODEL=64 BUILD_SYSTEM=cmake PATH=$PWD/cmake/bin:$PATH) 05 Oct 2016 10:43PM UTC 0
97.9
Travis Job 1032.1
Source Files on build 1032
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1032
  • 2fc27fb8 on github
  • Prev Build on b15 (#1029)
  • Next Build on b15 (#1035)
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