[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs (silent)
From:       David Faure <faure () kde ! org>
Date:       2009-04-09 19:05:45
Message-ID: 1239303945.137018.30833.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 951606 by dfaure:

SVN_SILENT comments


 M  +1 -0      khtml/kmultipart/README  
 M  +4 -1      khtml/kmultipart/kmultipart.cpp  
 M  +3 -0      kio/httpfilter/httpfilter.cc  


--- trunk/KDE/kdelibs/khtml/kmultipart/README #951605:951606
@@ -17,6 +17,7 @@
   http://palantir.santinoli.com:14334/
   http://moosworld.dyndns.org:4033/nphMotionJpeg?Resolution=320x240&Quality=Standard&NUMBER=1&time=1239198646918
  http://www.airport-nuernberg.de/_/tools/webcam.html?_FRAME=64&refresh=2&datei=webcam-0-0.jpg&bildpaket=1&oldcam=oldcam&pid=12541 \
(bug 123614) +  http://www.geodata.co.uk/sbc/    (bug 120220)
   http://www.fastpath.it/products/palantir/demo.html  (bug 115286)
   http://cpansearch.perl.org/src/LDS/CGI.pm-3.43/examples/index.html [does not work \
anymore]  r257583 mentionned expedia.ca for the gzip encoding, need to add pmax for \
                details
--- trunk/KDE/kdelibs/khtml/kmultipart/kmultipart.cpp #951605:951606
@@ -399,8 +399,11 @@
 
     if ( m_gzip )
     {
+        // We can't use KFilterDev because it assumes it can read as much data as \
necessary +        // from the underlying device. It's a pull strategy, while \
KMultiPart has to do +        // a push strategy.
         m_filter = new HTTPFilterGZip;
-        connect( m_filter, SIGNAL( output( const QByteArray& ) ), this, SLOT( \
reallySendData( const QByteArray& ) ) ); +        connect(m_filter, \
SIGNAL(output(QByteArray)), this, SLOT(reallySendData(QByteArray)));  }
 
     if ( m_mimeType != m_nextMimeType )
--- trunk/KDE/kdelibs/kio/httpfilter/httpfilter.cc #951605:951606
@@ -102,6 +102,9 @@
       m_finished(false)
 {
     m_needGzipHeader = !deflate;
+    // We can't use KFilterDev because it assumes it can read as much data as \
necessary +    // from the underlying device. It's a pull strategy, while we have to \
do +    // a push strategy.
     m_gzipFilter = new KGzipFilter;
 }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic