On 02/04/2013 12:28 PM, Michael Schnell wrote: > On 02/04/2013 12:04 PM, waldo kitty wrote: >> you may be getting the output sent in "chunked" format... that means >> the server sends pieces and they are to be assembled together... not >> sure if your code needs to handle this or not, though... > > I see from the logs that Synapse receives the chunks and assembles them > and finally provides the complete response to my program. This did work > perfectly right from the start. >
I think Waldo is talking about http://en.wikipedia.org/wiki/Chunked_transfer_encoding. What you are seeing in the logs is httpsend stitching network data packets into one big block. Unfortunately, using a library doesn't relieve from understanding the basics. Ludo ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_jan _______________________________________________ synalist-public mailing list synalist-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synalist-public