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

Something in the test quite repeatedly loads http://hans-moleman.w3.org/MarkUp/DTD/xhtml-image-1.mod #194

Open
rlrevell opened this issue Oct 31, 2017 · 1 comment

Comments

@rlrevell
Copy link

This is fetched over and over again, and each time it takes several seconds, rendering the test quite very slow:

socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) = 9
connect(9, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr("128.30.52.100")}, 16) = 0
sendto(9, "GET /MarkUp/DTD/xhtml-csismap-1.mod HTTP/1.0\r\nHost: www.w3.org\r\nUser-Agent: Python-urllib/1.17\r\nAccept: /\r\n\r\n", 111, 0, NULL, 0) = 111

Can't it just be cached the first time?

@yehudasa
Copy link
Member

yehudasa commented Nov 7, 2017

that's weird. Haven't noticed it before, maybe related to one of the external libraries.

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