afs commented on issue #3345:
URL: https://github.com/apache/jena/issues/3345#issuecomment-3148474812

   > Would info level logs possibly be of any use regarding this problem?
   
   Not Jena logs, maybe `java.net.html` logs but there will be quite large.
   
   The other recurring failure seen in the test is when HTTP requests return 
with zero bytes (which is never legal - there is at least one line with status 
code). I'm guessing that this is somehow related because this kind of error is 
seems to occur in conditions like "Idle timeout expired" (busy time on github 
actions).
   
   The `curl` example suggests the problem is server side or networking - until 
now we haven't had evidence whether it is server-side, environment or or the 
Jena client side code sending the request. But the "exit 0" from curl is 
strange although these large fetches are done "streaming" style - the HTTP 
response does not include the HTTP response size because it is not known when 
the response starts.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to