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

Nebo15 / annon.api / 227
91%

Build:
DEFAULT BRANCH: master
Ran 06 Jun 2017 05:50PM UTC
Jobs 1
Files 64
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
227

push

travis-ci

web-flow
Asynchronously stream requests to upstream when possible [feature] (#251)

Old implementation did buffering for any data that comes in and out of
the gateway, which produce several drawbacks:

1. Memory usage was high
2. Network I/O had many peaks (read full body and then send it to
upstream)
3. Higher latency (now upstream accepts connection almost instantly)
4. It was impossible to send large files, because they consumed lots of
memory on gateway side.

Current implementation will buffer only requests with application/json
content-type, allowing Logger to save them.

Future plans:
- Find smarter way to log requests (by dropping secure data).
- Use feature flags to async proxying JSON data.

616 of 676 relevant lines covered (91.12%)

33.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 227.1 06 Jun 2017 05:50PM UTC 0
91.12
Travis Job 227.1
Source Files on build 227
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #227
  • 09220e4e on github
  • Prev Build on master (#222)
  • Next Build on master (#228)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc