Comment 13 for bug 978127

Revision history for this message
Andrew Glen-Young (aglenyoung) wrote :

The HTTP/1.1 RFC dictates that an origin server MUST include a valid Date field for it's responses¹. Could this field not be used?

Example HTTP/1.1 request/response (truncated for brevity):

    GET /maas/+bug/978127 HTTP/1.1
    Host: bugs.launchpad.net

    HTTP/1.1 200 Ok
    Date: Tue, 31 Jul 2012 15:48:51 GMT

[1]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.18