mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
CE-564 - Adding support for override warehouse and carrier service.
This commit is contained in:
@ -69,7 +69,8 @@ public class QHttpResponse
|
|||||||
this.statusProtocolVersion = httpResponse.getStatusLine().getProtocolVersion().toString();
|
this.statusProtocolVersion = httpResponse.getStatusLine().getProtocolVersion().toString();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(httpResponse.getEntity() != null)
|
|
||||||
|
if(this.statusCode == null || this.statusCode != 204)
|
||||||
{
|
{
|
||||||
this.content = EntityUtils.toString(httpResponse.getEntity());
|
this.content = EntityUtils.toString(httpResponse.getEntity());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user