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

strongloop / express / 2561
100%

Build:
DEFAULT BRANCH: master
Ran 06 Jan 2016 11:19PM UTC
Jobs 6
Files 43
Run time 44s
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
2561

Pull #2841

travis-ci

mqsoh
Make automatic 304 responses configurable.

If you `app.disable('etag')`, Express will still compare `If-None-Match` in the
request and `ETag` in the response. If they match, it automatically strips the
body and returns a `304 Not Modified`.

This change makes is possible to disable that behavior. To completely disable
ETag mangement:

    app.disable('etag');
    app.disable('automatic 304s');
Pull Request #2841: Make automatic 304 responses configurable.

1813 of 1821 relevant lines covered (99.56%)

2401.02 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2561.1 06 Jan 2016 11:19PM UTC 0
99.56
Travis Job 2561.1
2 2561.2 06 Jan 2016 11:19PM UTC 0
99.56
Travis Job 2561.2
3 2561.3 06 Jan 2016 11:19PM UTC 0
99.56
Travis Job 2561.3
4 2561.4 06 Jan 2016 11:19PM UTC 0
99.56
Travis Job 2561.4
5 2561.5 06 Jan 2016 11:19PM UTC 0
99.56
Travis Job 2561.5
6 2561.6 06 Jan 2016 11:20PM UTC 0
99.56
Travis Job 2561.6
Source Files on build 2561
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2561
  • Pull Request #2841
  • PR Base - master (#2558)
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