From dc1979978af5157e0a290175106f25bfdf1e9e0d Mon Sep 17 00:00:00 2001 From: spiralman Date: Fri, 21 Mar 2003 20:33:28 +0000 Subject: commented out debuging output and increased version to 0.1 (thought 0.0 was causing problems w/ ipkg) --- diff --git a/noncore/net/ubrowser/httpfactory.cpp b/noncore/net/ubrowser/httpfactory.cpp index b37e9f9..154d5d0 100644 --- a/noncore/net/ubrowser/httpfactory.cpp +++ b/noncore/net/ubrowser/httpfactory.cpp @@ -264,7 +264,7 @@ const QByteArray HttpFactory::recieveNormal( int sockfd, int dataLen ) const int recieved, i; recieved = recv( sockfd, temp.data(), temp.size(), 0 ); - printf( "HttpFactory::recieveNormal: found some data: %s\n", (char *)temp.data() ); +// printf( "HttpFactory::recieveNormal: found some data: %s\n", (char *)temp.data() ); for( i = 0; i < recieved; i++ ) { data[i] = temp[i]; @@ -296,7 +296,7 @@ const QByteArray HttpFactory::recieveChunked( int sockfd ) const int recieved, i = 0, cSize = 0; QString cSizeS; - printf( "HttpFactory::recieveChunked: temp.size(): %d\n", temp.size() ); +// printf( "HttpFactory::recieveChunked: temp.size(): %d\n", temp.size() ); recv( sockfd, temp.data(), temp.size(), 0 ); while( *(temp.data()) != '\n' && *(temp.data()) != ';' ) { @@ -335,7 +335,7 @@ const QByteArray HttpFactory::recieveChunked( int sockfd ) const temp.fill('\0', cSize); } - printf( "HttpFactory::recieveChunked: current data:\n%s", data.data() ); +// printf( "HttpFactory::recieveChunked: current data:\n%s", data.data() ); temp.fill('\0', 1); cSizeS = ""; @@ -350,7 +350,7 @@ const QByteArray HttpFactory::recieveChunked( int sockfd ) const while( *(temp.data()) != '\n' && *(temp.data()) != ';' ) { // printf( "HttpFactory::recieveChunked: temp.size(): %d\n", temp.size() ); - printf( "HttpFactory::recieveChunked: temp.data(): %d\n", temp[0] ); +// printf( "HttpFactory::recieveChunked: temp.data(): %d\n", temp[0] ); cSizeS += temp[0]; recv( sockfd, temp.data(), temp.size(), 0 ); } diff --git a/noncore/net/ubrowser/opie-ubrowser.control b/noncore/net/ubrowser/opie-ubrowser.control index b60098b..17c716e 100644 --- a/noncore/net/ubrowser/opie-ubrowser.control +++ b/noncore/net/ubrowser/opie-ubrowser.control @@ -3,7 +3,7 @@ Priority: optional Section: opie/applications Maintainer: Thomas Stephens Architecture: arm -Version: 0.0-$SUB_VERSION +Version: 0.1-$SUB_VERSION Depends: opie-base License: GPL Description: a very small web browser -- cgit v0.9.0.2