<?xml version="1.0"?>
<?xml-stylesheet
href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"
?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel rdf:about="http://pear.php.net/bugs/search.php">
    <title>PEAR Bug Search Results</title>
    <link>http://pear.php.net/bugs/search.php?cmd=display&amp;package_name%5B0%5D=Net_NNTP&amp;PHPSESSID=cmq9n84529d11le26dgce746f2</link>
    <description>Search Results</description>
    <dc:language>en-us</dc:language>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <admin:generatorAgent rdf:resource="http://pear.php.net/bugs"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    <items>
     <rdf:Seq>
      <rdf:li rdf:resource="http://pear.php.net/bug/16488" />

     </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://pear.php.net/gifs/pearsmall.gif">
    <title>PEAR Bugs</title>
    <url>http://pear.php.net/gifs/pearsmall.gif</url>
    <link>http://pear.php.net/bugs</link>
  </image>

    <item rdf:about="http://pear.php.net/bug/16488">
      <title>Net_NNTP: Feature/Change Request 16488 [Open] using Net_NNTP_Client::getOverview doesn't seem to compress data</title>
      <link>http://pear.php.net/bugs/16488</link>
      <content:encoded><![CDATA[<pre>Net_NNTP Feature/Change Request
Reported by fourchette
2009-08-03T12:46:36+00:00
PHP: 5.2.4 OS: Ubuntu 8.04 Package Version: 1.4.0

Description:
------------
i'm not sure if it's feat request or me not using the module correctly

using Net_NNTP_Client::getOverview doesn't seem to use compressed data. 

Net_NNTP_Client::getOverview works just fine. However, since it might require to download a large amount of data, i would like to activate compressed data. I know the server i'm using supports it, but i don't know how nor if Net_NNTP_Client supports it and i've exhausted all the supports channels listed at http://pear.php.net/support/



Test script:
---------------
require_once 'Net/NNTP/Client.php';

$nntp = new Net_NNTP_Client();

$nntp-&gt;connect('news-europe.giganews.com', 'ssl', 563);

$nntp-&gt;authenticate('user', 'pass');

$nntp-&gt;selectGroup('alt.this.is.a.valid.group');


$size = 500;
$start = 1602136576; //  any valid message number here

$range = $start.'-'.($start+$size-1);

$nntp-&gt;getOverview($range); // at this point I want data to transit between servers to be compressed and it seems NEt_NNTP_Client offers no way to do it

Expected result:
----------------
data transiting between server to be gzipped on the fly



Actual result:
--------------
data download from server doesn't seem to be compressed.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_NNTP Feature/Change Request
Reported by fourchette
2009-08-03T12:46:36+00:00
PHP: 5.2.4 OS: Ubuntu 8.04 Package Version: 1.4.0

Description:
------------
i'm not sure if it's feat request or me not using the module correctly

using Net_NNTP_Client::getOverview doesn't seem to use compressed data. 

Net_NNTP_Client::getOverview works just fine. However, since it might require to download a large amount of data, i would like to activate compressed data. I know the server i'm using supports it, but i don't know how nor if Net_NNTP_Client supports it and i've exhausted all the supports channels listed at http://pear.php.net/support/



Test script:
---------------
require_once 'Net/NNTP/Client.php';

$nntp = new Net_NNTP_Client();

$nntp-&gt;connect('news-europe.giganews.com', 'ssl', 563);

$nntp-&gt;authenticate('user', 'pass');

$nntp-&gt;selectGroup('alt.this.is.a.valid.group');


$size = 500;
$start = 1602136576; //  any valid message number here

$range = $start.'-'.($start+$size-1);

$nntp-&gt;getOverview($range); // at this point I want data to transit between servers to be compressed and it seems NEt_NNTP_Client offers no way to do it

Expected result:
----------------
data transiting between server to be gzipped on the fly



Actual result:
--------------
data download from server doesn't seem to be compressed.</pre>]]></description>
      <dc:date>2009-10-04T10:57:33+00:00</dc:date>
      <dc:creator>alexisdal &amp;#x61;&amp;#116; hotmail &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Net_NNTP Feature/Change Request</dc:subject>
    </item>
</rdf:RDF>
