aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/httpget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/httpget.cpp b/src/httpget.cpp
index dc25aa1..dd0585a 100644
--- a/src/httpget.cpp
+++ b/src/httpget.cpp
@@ -157,6 +157,7 @@ SBuffer *HttpGet::get()
157 157
158 Connection con; 158 Connection con;
159 con.open( sHost.c_str(), nPort ); 159 con.open( sHost.c_str(), nPort );
160 printf("Connected, sending request.\n");
160 con.appendOutput( sData.c_str(), sData.size() ); 161 con.appendOutput( sData.c_str(), sData.size() );
161 con.writeOutput(); 162 con.writeOutput();
162 while( con.readInput() ) 163 while( con.readInput() )