From 724ed6c46b13a5a511d1dbe1fc0f557189f9c798 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 8 Oct 2007 06:04:24 +0000 Subject: More updates, I'll doc them later, http works, client is less picky. --- src/protocolhttp.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/protocolhttp.cpp') diff --git a/src/protocolhttp.cpp b/src/protocolhttp.cpp index e962b7a..ed303b6 100644 --- a/src/protocolhttp.cpp +++ b/src/protocolhttp.cpp @@ -25,17 +25,17 @@ void Bu::ProtocolHttp::onNewConnection( Bu::Client *pClient ) iState = 0; } -//#define SDB( i ) { } -#define SDB( i ) printf("state %d: %d, \"%s\"\n", i, tt, sToken.getStr() ) +#define SDB( i ) { } +//#define SDB( i ) printf("state %d: %d, \"%s\"\n", i, tt, sToken.getStr() ) void Bu::ProtocolHttp::onNewData( Bu::Client *pClient ) { - logHexDump( +/* logHexDump( 1, pClient->getInput().getStr(), pClient->getInput().getSize(), "input" - ); + );*/ for(;;) { -- cgit v1.2.3