- πΈπ°Slovakia poker10
Thanks for working on this. I think this is no longer relevant after: https://git.drupalcode.org/project/drupal/-/commit/24afdc00f534cf4c55a18... , which was committed on https://www.drupal.org/sa-core-2022-012 β
I should see a 404 page.
The 404 page html is sent but headers relating to the file are used (e.g. content length and content type). This means that the page isn't displayed in chrome of firefox. Worse though, if the content length of the image is longer than the page then the browser will hold the connection open waiting for more data to be sent. If there are multiple images like this on the page it can quickly saturate the browsers TCP connection per domain limit and block other requests from succeeding.
We should wait until we know the generation of the image derivative is successful before setting the related HTTP headers.
Closed: outdated
7.0 β°οΈ
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Thanks for working on this. I think this is no longer relevant after: https://git.drupalcode.org/project/drupal/-/commit/24afdc00f534cf4c55a18... , which was committed on https://www.drupal.org/sa-core-2022-012 β