[SVGMobile12] Connection::send error handling

Section A.6.3 defines the Connection object, and only gives one error 
condition for send() - attempting to send over an unopened or closed 
connection.  For all other calls to send() it says that the data must be 
queued.  To prevent a possible denial of service attack an 
implementation must be able to refuse queueing if necessary.  The 
expected behavior for this should be specified (must the entire message 
be dropped, or just a portion; and how should this be communicated to 
the caller?).

Received on Wednesday, 28 December 2005 23:20:48 UTC