Skip to content

Fix mustache template base directory handling for concurrent requests - #1212

Open
jwolak wants to merge 1 commit into
CrowCpp:masterfrom
jwolak:fix/mustache-base-dir-thread-safety
Open

Fix mustache template base directory handling for concurrent requests#1212
jwolak wants to merge 1 commit into
CrowCpp:masterfrom
jwolak:fix/mustache-base-dir-thread-safety

Conversation

@jwolak

@jwolak jwolak commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Refers to: #1189

  • This change makes the mustache template base directory state thread-local instead of shared across requests.
  • This avoids template base directory collisions when multiple requests set or restore their base path concurrently.

…: thread safety for template base directory in mustache implementation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant