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

WPT test cookies/http-state/chromium-tests.html times out on a case with "ZYX-Cookie" header #25605

Open
pshaughn opened this issue Jan 25, 2020 · 2 comments

Comments

@pshaughn
Copy link
Member

Commenting out just the case "disabled-chromium0022" from the list of test cases causes the rest of the file to pass. cookies/http-state/resources/test-files/disabled-chromium0022-test contains ZYX-Cookie: where most tests have Set-Cookie:.

@pshaughn
Copy link
Member Author

Looking at it with RUST_LOG=net output and an extra print statement jammed into the Python code, it looks like:

  • we send a simple GET request for http://web-platform.test:8000/cookies/http-state/resources/cookie-setter.py?file=disabled-chromium0022
  • the Python code sees this and writes a response successfully into the http connection
  • something breaks between there and the next time Servo's net code would write a log statement, leaving the log hanging with an unresponded-to request

@CYBAI
Copy link
Member

CYBAI commented May 10, 2020

Did some investigation at #25606 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

3 participants