cf-natali commented on pull request #415:
URL: https://github.com/apache/mesos/pull/415#issuecomment-992762929


   One possibility is the server returning the correct `Content-Length`, but 
returning a non-`200` status.
   
   It'd be a bit weird but who knows.
   
   Also, as explained by @Lqp1, the following `GET` will fail anyway in case of 
error - and generally relying on `HEAD`/`Content-Length` is fragile since it's 
not atomic: the file could be modified between the `HEAD` and the `GET`.
   
   So given the risk of breakage, and the limited impact since the downstream 
problem has been fixed, I'd be tempted to ignore.


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