fix: fill headers for render task

This commit is contained in:
Egor Aristov 2025-01-25 12:05:11 +03:00
parent 4a806df5ab
commit 973a33f559

View File

@ -76,6 +76,7 @@ func (h *Handler) handleRender(c echo.Context) error {
SelectorCreated: specs.SelectorCreated, SelectorCreated: specs.SelectorCreated,
SelectorContent: specs.SelectorContent, SelectorContent: specs.SelectorContent,
SelectorEnclosure: specs.SelectorEnclosure, SelectorEnclosure: specs.SelectorEnclosure,
Headers: extractHeaders(c),
} }
cacheLifetime, err := time.ParseDuration(specs.CacheLifetime) cacheLifetime, err := time.ParseDuration(specs.CacheLifetime)