rest - CURL vs Apache-HttpClient : variance in size of data received -


I am using 2 agents to consume one reuse websearch: Apache HTTP Client and Curl Both customers receive different sizes of data for the same reinst webservice, besides curls are receiving incompatible amounts at all times while Apache HTTTP client is consistently. The access log snippet has been received with the number of bytes given below.

  "POST > HTTP / 1.1" 200 10083053 "-" Apache-HTTP client / 4.3.1 (Java 1.5) "" Mail " & Lt; Url & gt; HTTP / 1.1 "200 10083053" - "" Apache-HTTPPLAT / 4.3.1 (Java 1.5) "" Post < & Lt; Url & gt; & Gt; HTTP / 1.1 "200 10083053" - "Apache-HTTPPLAT / 4.3.1 (Java 1.5)" "post  HTTP / 1.1" 200 10128377 "-" "Curl / 7.1 9.7 (x86_64- Redhat-linux-gnu) "post <" & Lt; Url & gt; & Gt; HTTP / 1.1 "200 10128674" - "" curl / 7.1 9.7 (x86_64-redhat-linux-gnu) "post  url>> HTTP / 1.1" 200 8192 "- Curl / 7.1 9.7 (X86_64- Redhat-linux-gnu)  

What is the problem with getting an incompatible amount of bytes in the CRL?


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -