-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] xrecheck may fail with OverlongHeaders
#295
Labels
bug
Something isn't working
Comments
For reference, here are response headers from the page that is causing this error
|
same issue with another notion link |
vlad1028
added a commit
to vlad1028/xrefcheck
that referenced
this issue
Jan 20, 2025
Problem: xrefcheck may fail with OverlongHeaders making it impossible to check a given file. Solution: make it possible to configure max header length for responses that xrefcheck is handling.
vlad1028
added a commit
to vlad1028/xrefcheck
that referenced
this issue
Jan 20, 2025
vlad1028
added a commit
to vlad1028/xrefcheck
that referenced
this issue
Jan 20, 2025
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
xrefcheck may fail with
OverlongHeaders
making it impossible to check a given file.To Reproduce
I got this error when checking a file that had a link to the Notion page.
Expected behavior
Perhaps, it's worth making it possible to configure max header length for responses that xrefcheck is handling.
This should be possible since
http-client-0.7.14
Environment
The text was updated successfully, but these errors were encountered: