Home » Networking » Net_NNTP » Bug #2285
feature references overview with XHDR
Details
| Request #2285 | feature references overview with XHDR |
|---|---|
| Submitted | 2004-09-06 09:45 UTC |
| From | paul at vanbrouwershaven dot com |
| Status | Bogus |
| Package | Net_NNTP |
| PHP Version | 4.3.1 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2004-09-06 09:45 UTC] paul at vanbrouwershaven dot com
Description:
------------
Wrong command at line 437
Expected result:
----------------
$overview = $this->cmdXOver($first.'-'.$last);
Actual result:
--------------
$overview = $this->cmdXROver($first.'-'.$last);
[2004-09-06 15:49 UTC] heino at gehlsen dot dk
I'm guessing here, but if you are actually referring to line 437 in the Net_NNTP class, I don’t see why getReferencesOverview() should call cmdXOver() and not xmdXROver(), since getReferencesOverview() is supposed to return only references and not the entire collection of header fields...
[2004-09-06 17:10 UTC] paul at vanbrouwershaven dot com
Ok, It's now not returning teh references. I think the INN news server does not support this command. I get a "500 What?" response.
[2004-09-08 20:18 UTC] paul at vanbrouwershaven dot com
This command is also supported by INN
XHDR References 1-10
XHDR References '. $first .'-'. $last
[2004-11-02 10:09 UTC] heino at gehlsen dot dk
Closing this bugger - it didn't seem to lead anywhere...