After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 113265 - Pan loses articles when header download gets socket error + status cosmetic fixes.
Pan loses articles when header download gets socket error + status cosmetic f...
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
0.14.0
Other other
: Normal enhancement
: 0.14.1
Assigned To: Charles Kerr
Pan QA Team
: 117116 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-05-19 06:52 UTC by tom
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Recursive context diff with fixes for problems on bug report. (6.71 KB, patch)
2003-05-19 06:53 UTC, tom
none Details | Review

Description tom 2003-05-19 06:52:45 UTC
1. Connections with my NNTP server seem to stall quite often.  If downloading article headers stalls, pan eventually times out the transfer and reports "Error Reading from socket" in a status item at the bottom of the screen.  When pan goes to retry the request, it downloads no more articles because it updated the high count for the group to the high count retrieved from the nntp_get_group_info call instead of the highest article number that was actually retrieved from the NNTP server before the transfer stalled.  This bug causes pan to miss articles in a group.

2. When loading file headers or downloading new article headers, pan never updates the status bar to show that it loaded the total number that it reported on the status emit steps.  It always falls short by a value less than the step value.

Attached to this bug is a patch file that attempts to correct these problems.
Comment 1 tom 2003-05-19 06:53:52 UTC
Created attachment 16620 [details] [review]
Recursive context diff with fixes for problems on bug report.
Comment 2 Christophe Lambin 2003-07-10 08:05:31 UTC
*** Bug 117116 has been marked as a duplicate of this bug. ***