[Webkit-unassigned] [Bug 60206] New: Proper handling of HTTP 204 (No Content) status code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 4 13:23:28 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=60206

           Summary: Proper handling of HTTP 204 (No Content) status code
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: luiz at webkit.org


from http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.5:

10.2.5 204 No Content

The server has fulfilled the request but does not need to return an entity-body, and might want to return updated metainformation. The response MAY include new or updated metainformation in the form of entity-headers, which if present SHOULD be associated with the requested variant.

If the client is a user agent, it SHOULD NOT change its document view from that which caused the request to be sent. This response is primarily intended to allow input for actions to take place without causing a change to the user agent's active document view, although any new or updated metainformation SHOULD be applied to the document currently in the user agent's active view.

The 204 response MUST NOT include a message-body, and thus is always terminated by the first empty line after the header fields.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list