httpd: Validate blob size for blob end readme endpoints
Similar to what we do on the /raw endpoint, we should also make sure that the blob end readme endpoints don’t serve too big files, who can eventually freeze the http consumer.
Similar to what we do on the /raw endpoint, we should also make sure that the blob end readme endpoints don’t serve too big files, who can eventually freeze the http consumer.
Rebase
Fix return type issue
Fix readme using immutable_response fn
Shorten commit message.