Changeset 1526 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 06/02/12 08:21:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r1525 r1526 2822 2822 </t> 2823 2823 </list> 2824 </t> 2825 </section> 2826 2827 <section title="Closing Connections on Error" anchor="closing.connections.on.error"> 2828 <t> 2829 If the client is sending data, a server implementation using TCP 2830 &SHOULD; be careful to ensure that the client acknowledges receipt of 2831 the packet(s) containing the response, before the server closes the 2832 input connection. If the client continues sending data to the server 2833 after the close, the server's TCP stack will send a reset packet to 2834 the client, which might erase the client's unacknowledged input buffers 2835 before they can be read and interpreted by the HTTP application. 2824 2836 </t> 2825 2837 </section> … … 5906 5918 <section title="Since draft-ietf-httpbis-p1-messaging-18" anchor="changes.since.18"> 5907 5919 <t> 5908 None yet. 5920 Closed issues: 5921 <list style="symbols"> 5922 <t> 5923 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/302"/>: 5924 "Misplaced text on connection handling in p2" 5925 </t> 5926 </list> 5909 5927 </t> 5910 5928 </section>
Note: See TracChangeset
for help on using the changeset viewer.