Opened 12 years ago
Closed 11 years ago
#300 closed design (fixed)
Define non-final responses
Reported by: | mnot@… | Owned by: | draft-ietf-httpbis-p1-messaging@… |
---|---|---|---|
Priority: | normal | Milestone: | 18 |
Component: | p1-messaging | Severity: | Active WG Document |
Keywords: | Cc: |
Description
1xx responses are non-final; i.e., the underlying model is that for each request, there are 0 to many non-final responses, and exactly one final response.
This should be made explicit at a high level; it's implied by the definition of 1xx, but never really spelled out anywhere.
Attachments (1)
Change History (12)
comment:1 Changed 12 years ago by mnot@…
comment:2 Changed 12 years ago by mnot@…
Probably also needs to be reflected in p1 2.1. Client/Server? Messaging
comment:3 Changed 12 years ago by mnot@…
- Milestone changed from unassigned to 16
comment:4 Changed 11 years ago by julian.reschke@…
- Milestone changed from 16 to 17
comment:5 Changed 11 years ago by julian.reschke@…
- Milestone changed from 17 to unassigned
comment:6 Changed 11 years ago by mnot@…
Proposal - add the second paragraph below to 2.1. Client/Server? Messaging:
A server responds to the client's request by sending an HTTP response message, beginning with a status line that includes the protocol version, a success or error code, and textual reason phrase (Section 3.1.2), followed by MIME-like header fields containing server information, resource metadata, and payload metadata (Section 3.2), an empty line to indicate the end of the header section, and finally a message body containing the payload body (if any, Section 3.3).
Note that 1xx responses are not final; therefore, a server can send zero to many 1xx responses, followed by exactly one final response (with any other status code).
comment:7 Changed 11 years ago by julian.reschke@…
From [1471]:
Add a note about non-final responses to Client/Server? Messaging introduction (see #300)
comment:8 Changed 11 years ago by julian.reschke@…
- Milestone changed from unassigned to 18
- Resolution set to incorporated
- Status changed from new to closed
comment:9 Changed 11 years ago by julian.reschke@…
See also [1537]
comment:10 Changed 11 years ago by mnot@…
- Resolution incorporated deleted
- Status changed from closed to reopened
comment:11 Changed 11 years ago by mnot@…
- Resolution set to fixed
- Status changed from reopened to closed
Suggest putting it in the new section on message orientation.