Changeset 1526 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 06/02/12 08:21:40 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r1524 r1526 1907 1907 User agents &SHOULD; display any included representation to the user. 1908 1908 </t> 1909 <t>1910 If the client is sending data, a server implementation using TCP1911 &SHOULD; be careful to ensure that the client acknowledges receipt of1912 the packet(s) containing the response, before the server closes the1913 input connection. If the client continues sending data to the server1914 after the close, the server's TCP stack will send a reset packet to1915 the client, which might erase the client's unacknowledged input buffers1916 before they can be read and interpreted by the HTTP application.1917 </t>1918 1909 1919 1910 <section title="400 Bad Request" anchor="status.400"> … … 4682 4673 <list style="symbols"> 4683 4674 <t> 4675 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/302"/>: 4676 "Misplaced text on connection handling in p2" 4677 </t> 4678 <t> 4684 4679 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/332"/>: 4685 4680 "relax requirements on hypertext in 3/4/5xx error responses"
Note: See TracChangeset
for help on using the changeset viewer.