Jan, 
if this is indeed the case, try to add this code:

  HttpParams params = client.getParams();
*  HttpConnectionParams.setSocketBufferSize(params, 8192);*
  ...
  client.setParams(params);

  

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to