Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Use proper header delimiter #14

Merged
merged 2 commits into from
Sep 12, 2019
Merged

Use proper header delimiter #14

merged 2 commits into from
Sep 12, 2019

Conversation

grouma
Copy link
Contributor

@grouma grouma commented Sep 11, 2019

Once published this should resolve dart-lang/webdev#661

@grouma grouma requested a review from alan-knight September 11, 2019 23:18
'Connection: keep-alive\r\n'
'Access-Control-Allow-Credentials: true\r\n'
'Access-Control-Allow-Origin: $origin\r\n'
// Firefox requires double new line.
'\n\n';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if Firefox would work with a double-line of the form \r\n\r\n, and then we'd be consistent after all.

@grouma grouma merged commit a886dc6 into master Sep 12, 2019
@grouma grouma deleted the extension-fix branch September 12, 2019 00:25
mosuem pushed a commit to dart-lang/tools that referenced this pull request Dec 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

debug_extension_test failing on Travis
2 participants