#15 closed design (fixed)
No close on 1xx responses
Reported by: | mnot@… | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 01 | |
Component: | p1-messaging | Severity: | |
Keywords: | Cc: |
Description
Section 14.10 says:
HTTP/1.1 applications that do not support persistent connections MUST include the "close" connection option in every message.
it should say:
An HTTP/1.1 client that does not support persistent connections MUST
include the "close" connection option in every request message.
An HTTP/1.1 server that does not support persistent connections MUST
include the "close" connection option in every response message
that does not have a 1xx (informational) status code.
Change History (3)
comment:1 Changed 15 years ago by fielding@…
- Milestone set to 01
- Resolution set to fixed
- Status changed from new to closed
- version set to 00
comment:2 Changed 15 years ago by mnot@…
- version changed from 00 to d00
comment:3 Changed 15 years ago by julian.reschke@…
- Component set to p1-messaging
Note: See
TracTickets for help on using
tickets.
Fixed in [86]