Two small fixes in the Query class:
* Use the "getContentLengthLong()" method to get the complete content length
  (instead of the possibly truncated 32-bit length).
* Call the "QueryListener.failed()" method before we throw the QueryException
  if the server itself returned a "not OK" status.  This seemed to be an
  oversight in the original code since every other place we throw we also
  call this listener method.


git-svn-id: https://svn.apache.org/repos/asf/pivot/trunk@1743220 13f79535-47bb-0310-9956-ffa450edef68
1 file changed