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

Ensure output printed during boot doesn't break LSP when starting #310

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

andyw8
Copy link
Contributor

@andyw8 andyw8 commented Mar 27, 2024

If an app happens to print two "\r\n" in a sequence while booting this can cause problems, as we're expecting to have a "Content-Length:" header afterwards.

With this change, we will skip over it.

Closes #309, closes #305.

@andyw8 andyw8 marked this pull request as ready for review March 27, 2024 15:55
@andyw8 andyw8 requested a review from a team as a code owner March 27, 2024 15:55
@andyw8 andyw8 requested review from Morriar and st0012 March 27, 2024 15:55
@andyw8 andyw8 added the bugfix This PR fixes an existing bug label Mar 27, 2024
@andyw8 andyw8 force-pushed the andyw8/prevent-output-during-boot-from-breaking-lsp branch from 532b09b to abbc8c4 Compare March 27, 2024 16:40
@andyw8 andyw8 force-pushed the andyw8/prevent-output-during-boot-from-breaking-lsp branch from abbc8c4 to b881f0b Compare March 27, 2024 16:42
@andyw8 andyw8 force-pushed the andyw8/prevent-output-during-boot-from-breaking-lsp branch from b881f0b to d1bd9d9 Compare March 27, 2024 16:43
@andyw8 andyw8 enabled auto-merge (squash) March 27, 2024 16:54
@andyw8 andyw8 merged commit 6bd59f5 into main Mar 28, 2024
53 of 54 checks passed
@andyw8 andyw8 deleted the andyw8/prevent-output-during-boot-from-breaking-lsp branch March 28, 2024 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This PR fixes an existing bug
Projects
None yet
2 participants