There is no reason for us to download the whole robots.txt to know that it exists. We should just do a HEAD method instead of GET, so it goes a little faster to complete this step in the filtering process. Plus it should help with the GC as well.
https://git.rbwr.dk/owner/RSE/src/commit/701ffff27e54926c6fd6042f90c1f9ad01c955b4/Backend/Helper/HttpClientHelper.cs#L58
There is no reason for us to download the whole robots.txt to know that it exists. We should just do a HEAD method instead of GET, so it goes a little faster to complete this step in the filtering process. Plus it should help with the GC as well.
owner
added this to the Minimize GC Pressure milestone 2024-11-28 19:22:26 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
There is no reason for us to download the whole robots.txt to know that it exists. We should just do a HEAD method instead of GET, so it goes a little faster to complete this step in the filtering process. Plus it should help with the GC as well.