Changeset 1047 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 22/10/10 09:55:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r1045 r1047 3005 3005 </t> 3006 3006 <t> 3007 Clients &SHOULD; only send a Date header field in messages that include3008 a payload, as is usually the case for PUT and POST requests, and even3009 then it is optional. A client without a clock &MUST-NOT; send a Date3010 header field in a request.3007 Clients can use the Date header field as well; in order to keep request 3008 messages small, they are advised not to include it when it doesn't convey 3009 any useful information (as it is usually the case for requests that do not 3010 contain a payload). 3011 3011 </t> 3012 3012 <t> … … 5664 5664 "effective request URI: handling of missing host in HTTP/1.0" 5665 5665 </t> 5666 <t> 5667 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/248"/>: 5668 "confusing Date requirements for clients" 5669 </t> 5666 5670 </list> 5667 5671 </t>
Note: See TracChangeset
for help on using the changeset viewer.