Closed
Bug 455141
Opened 17 years ago
Closed 3 months ago
Useless HEAD after XOVER.
Categories
(MailNews Core :: Networking: NNTP, defect)
MailNews Core
Networking: NNTP
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: bugzilla, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
Build Identifier: 3.0b1pre (2008/09/12)
If high water mark is 114 and I post an article then cancel it, high water mark is 115 but 115 is not a valid pointer to an article.
< GROUP test
> 211 102 6 115 test
< XOVER 115-115
> 420 No articles in 115-115
< HEAD 115
> 423 Bad article number
Reproducible: Always
Expected Results:
HEAD is useless.
Comment 1•17 years ago
|
||
Confirming. This bug most likely has existed for several years, since I haven't touched ReadXoverResponse.
Status: UNCONFIRMED → NEW
Component: General → Networking: News
Ever confirmed: true
Product: Thunderbird → Core
QA Contact: general → networking.news
Version: unspecified → Trunk
Assignee | ||
Updated•17 years ago
|
Product: Core → MailNews Core
Updated•15 years ago
|
Whiteboard: [good first bug]
![]() |
||
Updated•14 years ago
|
Assignee: nobody → abhishekkumarsingh.cse
Status: NEW → ASSIGNED
Comment 2•12 years ago
|
||
Probably around http://hg.mozilla.org/comm-central/annotate/9637efa949a4/mailnews/news/src/nsNNTPProtocol.cpp#l2966
... but likely requires too much understanding to be [good first bug]. Please add back with [mentor=<you>] if you think otherwise
Assignee: abhishekkumarsingh.cse → nobody
OS: Windows Vista → All
Hardware: x86 → All
Whiteboard: [good first bug]
Updated•11 years ago
|
Status: ASSIGNED → NEW
Updated•3 years ago
|
Severity: minor → S4
Comment 3•3 months ago
|
||
This doesn't happen anymore with nntp-js:
mailnews.nntp: C: GROUP eternal-september.test
mailnews.nntp: S: 211 1844 6788 15350 eternal-september.test
mailnews.nntp: C: XOVER 15350-15350
mailnews.nntp: S: 224 No articles in 15350-15350
mailnews.nntp: S: .
mailnews.nntp: Done with status=0
Status: NEW → RESOLVED
Closed: 3 months ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•