Bug 1523311 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

The formula for the age of data could be this:

```
latency = resp.headers["Date"] + resp.headers["Age"] - resp.headers["Last-Modified"]
```
The formula for the age of data could be this:

```
age = resp.headers["Date"] + resp.headers["Age"] - resp.headers["Last-Modified"]
```

Back to Bug 1523311 Comment 1