merrimanr commented on a change in pull request #1331: METRON-1993: Stellar 
REST_GET should handle responses when content length is less than zero
URL: https://github.com/apache/metron/pull/1331#discussion_r256110527
 
 

 ##########
 File path: 
metron-stellar/stellar-common/src/main/java/org/apache/metron/stellar/dsl/functions/RestFunctions.java
 ##########
 @@ -244,15 +244,13 @@ protected Object doGet(RestConfig restConfig, HttpGet 
httpGet, HttpClientContext
         scheduledFuture.cancel(true);
       }
       int statusCode = response.getStatusLine().getStatusCode();
+      LOG.error("request = {}; response = {}", httpGet, response);
 
 Review comment:
   Yes this was a mistake.  Fixed in latest commit.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to