ptpb / pb

pb is a formerly-lightweight pastebin and url shortener
Other
549 stars 52 forks source link

paste/views: invalidate on post #226

Closed buhman closed 5 years ago

buhman commented 5 years ago

This is necessary because a 404 response after deletion could have been cached.

This also makes invalidation on delete and put less greedy; previously any delete request (even an invalid one) would cause extraneous cache invalidation requests.