func testRangeRequestWithIfRangeHeaderWithOldETag() {
        performServerTest(router) { expectation in
            // if ETag is NOT the same then the entire file (200) should be served
            self.performRequest("get", path: "/qwer/index.html", callback: { response in
                XCTAssertNotNil(response)