commit | c2cb0244b6c5310d776cce0e062986c3beb0c7d0 | [log] [tgz] |
---|---|---|
author | Gregory Haynes <greg@greghaynes.net> | Wed Sep 21 11:34:46 2016 -0700 |
committer | Gregory Haynes <greg@greghaynes.net> | Thu Sep 22 12:31:09 2016 -0700 |
tree | 17440503c110913b9d394f65112fb9274e1c2610 | |
parent | 39a4ae9de07b902e3f6d4e0e4a987a5206b24fac [diff] |
Remove invalid assertions for 304 resp Per the HTTP spec (https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.5) http 304 responses should not include entity headers. Proxies (such as apache) remove these headers (rightfully) and therefore make it impossible to test behind a proxy. Change-Id: I2e26c188e723002e8eb058cfb2d881ab858cfaa4