Skip to content

Commit 266d1f2

Browse files
committed
fix: replace fetch with node http client for all Overleaf requests
Node fetch can fail on non-Latin1 response headers returned by Overleaf. This replaces fetch-based Overleaf requests with a shared node http/https transport to avoid ByteString header failures across list, info, pull, pdf, output, and related API paths. Verified locally against the live "You&I" project with list, info, pull, pdf, and output log.
1 parent 882201c commit 266d1f2

2 files changed

Lines changed: 237 additions & 138 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)