dirpy
dirpy copied to clipboard
End headers on 204 in order to ensure the request returns
I was using postman to request image headers using the noshow
options and realized that the request did not return. Also since 204 returns no content in the response, I was wondering if the out_size
or out_bytes
should return 0, in which case the check for noshow
should be performed prior to setting the field in the code.