Searched refs:errorStream (Results 1 – 1 of 1) sorted by relevance
156 InputStream errorStream = null; in checkResponseCode() local158 errorStream = connection.getErrorStream(); in checkResponseCode()159 if (errorStream != null) { in checkResponseCode()160 byte[] responseBody = IoUtils.readFromStream(errorStream); in checkResponseCode()165 IoUtils.close(errorStream); in checkResponseCode()