4 Apr
2014
4 Apr
'14
6:39 p.m.
On Fri, Apr 04, 2014 at 05:37:52PM +0000, eocene wrote:
I was checking what was causing the "IO_write, closing with pending data not sent" messages with background images, and at least in the case that I just dug into, it was due to display:none. Is this considered expected behaviour, or a bug, or...?
An "informative" message. When the socket has already received the request string and has asked the kernel to deliver it, but it has not got out fully yet, and suddenly the socket gets cancelled/aborted, the message is displayed. Whether expected behaviour or a bug, depends on the case. -- Cheers Jorge.-