Closed
Bug 173435
Opened 23 years ago
Closed 23 years ago
wrong status message while waiting for server response
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
VERIFIED
FIXED
People
(Reporter: darin.moz, Assigned: darin.moz)
Details
wrong status message while waiting for server response. we tell the user that
we are still sending the request though we may actually be waiting for the
response. you can see this easily while submitting a patch to bugzilla (now
that there is upload progress).
i was thinking we could solve this in one of two ways. we could either
introduce a NS_NET_STATUS_WAITING_FOR status code, or we could simply send out a
NS_NET_STATUE_RECEIVING_FROM message before we've actually sent anything. that
way, we'd at least be closer to the truth. "transferring from" is better since
then it wouldn't look like mozilla had stalled.
| Assignee | ||
Comment 1•23 years ago
|
||
FIXED with bug 176919.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•