--===============73212557699245728== Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_kmnF/viW02vwWci"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit --Boundary-02=_kmnF/viW02vwWci Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Giuseppe Torelli wrote: >I'm using KSock class with send and recv UNIX functions. >I know there is QSocket that does this with ReadLine functions >but I'm getting trouble with it. With Ksock I'm able to read data from >the web 1K each time I call recv. The problem is that I have to strip >the HTML off and the QRegExp function need the all in >one line while the recv functions returns a partial so the >QRegExp doesn't work. Do you know any other alternatives or trick ? Read into a buffer and delay processing until you have enough data. That's = how=20 any network application works when reading from sockets. =2D-=20 Thiago Macieira - Registered Linux user #65028 thiagom@mail.com =20 ICQ UIN: 1967141 PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358 --Boundary-02=_kmnF/viW02vwWci Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQA/FnmkM/XwBW70U1gRAlCIAJ9UpERzEDzhJbGR3qG7cFL2NS8ingCfcrPG fD2rVPZY7U62yULml17gPHk= =7r7R -----END PGP SIGNATURE----- --Boundary-02=_kmnF/viW02vwWci-- --===============73212557699245728== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe << --===============73212557699245728==--