[Bug 14331] Hello! Why tasks that are queued by EventSource doesnot removed from task queues with close method? Thanks!

2011-10-14 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14331

Ian 'Hixie' Hickson i...@hixie.ch changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #8 from Ian 'Hixie' Hickson i...@hixie.ch 2011-10-14 22:34:44 UTC 
---
Note that WebSocket.close() doesn't do this either. Changing that would
contradict the protocol spec: WebSockets is explicitly designed to allow you to
close the connection before you've finished receiving everything you're going
to get; there's a clearly defined end handshake.

I've fixed this for EventSource though.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.



[Bug 14331] Hello! Why tasks that are queued by EventSource doesnot removed from task queues with close method? Thanks!

2011-10-14 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14331

vic99...@yandex.ru changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #10 from vic99...@yandex.ru 2011-10-15 04:40:51 UTC ---
what about open and error events?
It seems, they should also be dropped...

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.



[Bug 14331] Hello! Why tasks that are queued by EventSource doesnot removed from task queues with close method? Thanks!

2011-10-03 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14331

Ian 'Hixie' Hickson i...@hixie.ch changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|NEEDSINFO   |

--- Comment #4 from Ian 'Hixie' Hickson i...@hixie.ch 2011-10-03 16:08:48 UTC 
---
I guess we can clear them, but that just means we're discarding  events that
were received before the close() method was called (even though they're being
fired after).

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.



[Bug 14331] Hello! Why tasks that are queued by EventSource doesnot removed from task queues with close method? Thanks!

2011-10-02 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14331

Ian 'Hixie' Hickson i...@hixie.ch changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||i...@hixie.ch
 Resolution||NEEDSINFO

--- Comment #1 from Ian 'Hixie' Hickson i...@hixie.ch 2011-10-02 16:39:36 UTC 
---
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are
satisfied with this response, please change the state of this bug to CLOSED. If
you have additional information and would like the editor to reconsider, please
reopen this bug. If you would like to escalate the issue to the full HTML
Working Group, please add the TrackerRequest keyword to this bug, and suggest
title and text for the tracker issue; or you may create a tracker issue
yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Did Not Understand Request
Change Description: no spec change
Rationale: Why would they be?

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.