sebb wrote:
Check the code that populates the NameValuePairs. If it is called from multiple threads, make sure to properly synchronize it.Not sure it can be due to that - the BasicNameValuePair class is immutable, so does not need synchronization.
NameValuePair of HttpClient-3.1 is mutable. Will, I assume you are using 3.1? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
