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

vinniefalco / Beast / 2222
68%
master: 68%

Build:
Build:
LAST BUILD BRANCH: v41
DEFAULT BRANCH: master
Ran 22 Apr 2017 10:38PM UTC
Jobs 1
Files 0
Run time –
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
2222

push

travis-ci

vinniefalco
New HTTP interfaces (API Change):

fix #154
fix #265

This completely replaces the HTTP parser used to read and
parse incoming messages. The new version is faster than
the old one, and written in fewer lines. A summary of
changes:

* parse and async_parse renamed to read and async_read

* basic_parser is optimized for linear buffers,
  use flat_streambuf for the best performance with these
  functions:

  - http::read
  - http::read_some
  - http::async_read
  - http::async_read_some

* The overloads of read() and async_read() which take
  just a header have been removed, since they would
  throw away important parse metadata.

* The derived class callbacks for basic_parser have
  been streamlined. All strings passed to callbacks
  are presented in their entirety, instead of being
  provided in pieces.

These changes allow use-cases that were previously
difficult or impossible, such as:

- Efficient relaying

- Late body type commitment

- Expect: 100-continue handling
Jobs
ID Job ID Ran Files Coverage
1 2222.1 (GCC_VER=5 VARIANT=coverage ADDRESS_MODEL=64 BUILD_SYSTEM=cmake PATH=$PWD/cmake/bin:$PATH) 22 Apr 2017 10:38PM UTC 0
Travis Job 2222.1
Source Files on build 2222
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2222
  • 067e0b2b on github
  • Next Build on b36 (#2228)
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