Closed Bug 8886 Opened 27 years ago Closed 26 years ago

[DOGFOOD] Stop button doesn't stop network traffic

Categories

(Core :: Networking, defect, P3)

defect

Tracking

()

VERIFIED FIXED

People

(Reporter: dbaron, Assigned: rpotts)

References

()

Details

(Whiteboard: [PDT+] 11/26/99)

This is a spinoff of bug 8088 (see there for verification details), where you seem to have fixed the symptoms more than the cause (although preventing crashes is definitely good). If you repeat the procedure given in that bug (preferably on a slow connection), you see (in the status bar in viewer) that the stylesheets continue loading even after the document load has stopped. This is needless network traffic, and is especially bad over modems. You should really stop the stylesheet loading when the document load is stopped or the document is left.
Most likely a networking bug. Stopping document load should stop all loads in the same nsILoadGroup (which the style sheet loads are in). I'll wait until Necko lands and re-verify then.
Moving non-beta 1 items to M15
Reassigning peterl's bugs to myself.
Accepting peterl's bugs that have a Target Milestone
Whiteboard: should test over a modem connection
The problem is indeed very noticeable over a modem connection but it is not limited to the loading of style sheets: it happens with anything loaded from the HTML page, like images for instance. Here is a page that should show the problem on a fast connection too: http://www.EVCL.com/halloween99/ You can use any rudimentary TCP utility (like MacTCP Watcher on the Mac) to display the TCP traffic and the list of open connections. If you click the Stop button, the page stops loading but the network traffic continues: connections are established, used to transfer data then closed and new connections are established etc... exactly as if it was continuing to load all the images. Changed component to Necko, platform to All and summary to "Stop button doesn't stop network traffic" from "stylesheet loading continues after document gone"
Assignee: pierre → gagan
Status: ASSIGNED → NEW
Component: Style System → Necko
OS: Linux → All
Hardware: PC → All
Summary: stylesheet loading continues after document gone → Stop button doesn't stop network traffic
Whiteboard: should test over a modem connection
Target Milestone: M15
Assignee: gagan → rpotts
I think rpotts has a dup somewhere. Although this may look like 3469 I would let him decide if this is something he fixed recently.
QA Contact: chrisd → tever
Summary: Stop button doesn't stop network traffic → [DOGFOOD] Stop button doesn't stop network traffic
Target Milestone: M12
Whiteboard: [PDT+]
Putting on PDT+ radar.
Warren: please get us a date (a friday) when this will be completed.
Status: NEW → ASSIGNED
Whiteboard: [PDT+] → [PDT+] 11/26/99
I've tried this on Win32 using a slow connection (ricochet) and do not see this behavior... When I hit the Stop button, all of the open transports close down and no new connections are established... Is this still happening on the Mac? I don't have a Mac to test it on... Pierre can you let me know if this is still a problem... thanks, -- rick
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
I just tried this on the Mac and don't see the problem. Clicking stop stops loading the images.
Status: RESOLVED → VERIFIED
I confirm that it's fixed: the TCP connections are closed after clicking Stop. Marking Verified.
Bulk move of all Necko (to be deleted component) bugs to new Networking component.
You need to log in before you can comment on or make changes to this bug.