Changeset 784 for draft-ietf-httpbis/latest/p6-cache.xml
- Timestamp:
- 10/03/10 08:45:16 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.xml
r783 r784 19 19 <!ENTITY uri "<xref target='Part1' x:rel='#uri' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 20 20 <!ENTITY messaging "<xref target='Part1' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 21 <!ENTITY clockless "<xref target='Part1' x:rel='#clockless.origin.server.operation' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">22 21 <!ENTITY conditional "<xref target='Part4' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 23 22 <!ENTITY partial "<xref target='Part5' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> … … 635 634 <list> 636 635 <t> 637 The term "age_value" denotes the value of the Age header , in a form638 appropriate for arithmetic operation; or 0, if not available.636 The term "age_value" denotes the value of the Age header (<xref target="header.age"/>), 637 in a form appropriate for arithmetic operation; or 0, if not available. 639 638 </t> 640 639 </list> … … 645 644 <t> 646 645 HTTP/1.1 requires origin servers to send a Date header, if possible, 647 with every response, giving the time at which the response was generated 648 (see &header-date;). The term "date_value" denotes the value of the Date649 header, in a form appropriate for arithmetic operations. See650 &clockless; for requirements regarding responses without a Date651 response header.<cref source="jre" anchor="TODO-checkref">correct reference?</cref>646 with every response, giving the time at which the response was generated. 647 The term "date_value" denotes the value of the Date header, in a form 648 appropriate for arithmetic operations. See &header-date; for the definition 649 of the Date header, and for requirements regarding responses without a 650 Date response header. 652 651 </t> 653 652 </list> … … 704 703 + (now - request_time) 705 704 </artwork></figure> 706 <t>707 where "request_time" is the time (according to the local clock) when the request that708 elicited this response was sent.709 </t>710 705 <t> 711 706 The current_age of a stored response can then be calculated by adding the amount of
Note: See TracChangeset
for help on using the changeset viewer.