tenthe commented on code in PR #4047:
URL: https://github.com/apache/streampipes/pull/4047#discussion_r2618379151


##########
streampipes-client/src/main/java/org/apache/streampipes/client/http/DeleteRequest.java:
##########
@@ -65,6 +65,9 @@ protected Request makeRequest(Serializer<K, V, T> serializer) 
{
 
   @Override
   protected T afterRequest(Serializer<K, V, T> serializer, HttpEntity entity) 
throws IOException {
+    if (entity == null || entity.getContentLength() == 0) {

Review Comment:
   Why is this required? Could returning null break downstream functionality?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to