server: check that recursion limit is used everywhere #264

Closed
opened 2022-12-01 19:42:02 +00:00 by Johann150 · 1 comment
Owner

Follow up from #261.

I think we need to check that the resolver is passed along through all functions in the Activitypub kernel. Probably grep for new Resolver.

Side question: Is there a way where we don't have to pass it along? (A way that is not global variables?)

Follow up from #261. I think we need to check that the resolver is passed along through all functions in the Activitypub kernel. Probably grep for `new Resolver`. Side question: Is there a way where we don't have to pass it along? (A way that is not global variables?)
Johann150 added this to the (deleted) project 2022-12-01 19:42:03 +00:00
Owner

Side question: Is there a way where we don't have to pass it along? (A way that is not global variables?)

I'm guessing grouping things into classes would be one way to go about it, though I'm not sure how much beter that would be than using globals.

> Side question: Is there a way where we don't have to pass it along? (A way that is not global variables?) I'm guessing grouping things into classes would be one way to go about it, though I'm not sure how much beter that would be than using globals.
Johann150 added the
fix
label 2022-12-23 10:18:33 +00:00
Johann150 removed this from the (deleted) project 2022-12-23 10:18:35 +00:00
Sign in to join this conversation.
No labels
feature
fix
upkeep
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: FoundKeyGang/FoundKey#264
No description provided.