Skip to content
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

Small read buffer with some sites #40

Open
hemp opened this issue Jun 8, 2020 · 1 comment
Open

Small read buffer with some sites #40

hemp opened this issue Jun 8, 2020 · 1 comment

Comments

@hemp
Copy link

hemp commented Jun 8, 2020

Using liche to check links in a set of markdown file documentation. A link to cuda is causing trouble. Not sure of a workaround, however this issue over in muffet seems useful but unsure: raviqqe/muffet#37

docker run -it --rm -v ${PWD}:/src raviqqe/liche:latest --concurrency 1 -v /src/test-links.md
/src/test-links.md
	ERROR	https://developer.nvidia.com/cuda-toolkit
		Error when reading response headers: small read buffer. Increase ReadBufferSize. Buffer size=4096, contents: "HTTP/1.1 200 OK
        Age: 553
        Cache-Control: no-cache
Cache-Control: no-store
Content-Language: en
Content-Security-Policy-Report-Only: default-src 'self' 'unsafe-eval' 'unsafe-inline' assets.adobedtm"..."developer.nvidia.com forums.developer.nvidia.com www.youtube.com 20762408p.rfihub.com a.rfihub.com platform.twitter.com s.dca0.com bid.g.doubleclick.net nvidia.demdex.net syndication.twitter.com stati"

The response header is about 5.8kb:

curl -D header_size.txt https://developer.nvidia.com/cuda-toolkit

ls -l header_size.txt
5844 Jun  8 14:10 header_size.txt
@fkorotkov
Copy link

At the moment raviqqe/liche:latest was pushed on Oct 1, 2019 at 11:49 pm. #24 was merged here 9ab22f4 on Dec 6, 2019.

@raviqqe could you please rebuild the docker image to include changes that fixes the issue?

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

No branches or pull requests

2 participants