aboutsummaryrefslogtreecommitdiff
path: root/src/protocolhttp.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-10-08 06:04:24 +0000
committerMike Buland <eichlan@xagasoft.com>2007-10-08 06:04:24 +0000
commit724ed6c46b13a5a511d1dbe1fc0f557189f9c798 (patch)
treefee804a13390a4b711f136b1dcbe1f3a628f4496 /src/protocolhttp.cpp
parent4a166239394cf859a36c63bdfaa5c4a6a2252739 (diff)
downloadlibbu++-724ed6c46b13a5a511d1dbe1fc0f557189f9c798.tar.gz
libbu++-724ed6c46b13a5a511d1dbe1fc0f557189f9c798.tar.bz2
libbu++-724ed6c46b13a5a511d1dbe1fc0f557189f9c798.tar.xz
libbu++-724ed6c46b13a5a511d1dbe1fc0f557189f9c798.zip
More updates, I'll doc them later, http works, client is less picky.
Diffstat (limited to 'src/protocolhttp.cpp')
-rw-r--r--src/protocolhttp.cpp8
1 files changed, 4 insertions, 4 deletions
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 )
25 iState = 0; 25 iState = 0;
26} 26}
27 27
28//#define SDB( i ) { } 28#define SDB( i ) { }
29#define SDB( i ) printf("state %d: %d, \"%s\"\n", i, tt, sToken.getStr() ) 29//#define SDB( i ) printf("state %d: %d, \"%s\"\n", i, tt, sToken.getStr() )
30 30
31void Bu::ProtocolHttp::onNewData( Bu::Client *pClient ) 31void Bu::ProtocolHttp::onNewData( Bu::Client *pClient )
32{ 32{
33 logHexDump( 33/* logHexDump(
34 1, 34 1,
35 pClient->getInput().getStr(), 35 pClient->getInput().getStr(),
36 pClient->getInput().getSize(), 36 pClient->getInput().getSize(),
37 "input" 37 "input"
38 ); 38 );*/
39 39
40 for(;;) 40 for(;;)
41 { 41 {