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

strongloop / express / 2561 / 6
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 06 Jan 2016 11:20PM UTC
Files 43
Run time 1s
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

06 Jan 2016 11:19PM UTC coverage: 99.561% (+0.001%) from 99.56%
2561.6

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%)

400.46 hits per line

Source Files on job 2561.6
  • Tree
  • List 0
  • Changed 8
  • Source Changed 2
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2561
  • Travis Job 2561.6
  • d7aa659e on github
  • Prev Job for on master (#2558.6)
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