Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Mailer] Fix SMTP stream EOF handling on Windows by using feof()#59404

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
nicolas-grekas merged 1 commit intosymfony:6.4fromskmedix:fix/59351
Jan 9, 2025

Conversation

skmedix
Copy link
Contributor

@skmedixskmedix commentedJan 7, 2025
edited
Loading

QA
Branch?6.4
Bug fix?yes
New feature?no
Deprecations?no
IssuesFix#59351
LicenseMIT

Full explanation of this change here:#59351 (comment)
Help with tests would be appreciated.

@@ -84,7 +84,7 @@ public function readLine(): string
if ($metas['timed_out']) {
throw new TransportException(sprintf('Connection to "%s" timed out.', $this->getReadConnectionDescription()));
}
if ($metas['eof']) {
if (\feof($this->out)) {
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
if (\feof($this->out)) {
if (feof($this->out)) {

Maybe we should also add a comment so that this is not changed back again in the future.

@nicolas-grekas
Copy link
Member

Thank you@skmedix.

@nicolas-grekasnicolas-grekas merged commit351a2ec intosymfony:6.4Jan 9, 2025
1 check passed
@skmedixskmedix deleted the fix/59351 branchJanuary 16, 2025 17:44
This was referencedJan 29, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@xabbuhxabbuhxabbuh left review comments

Assignees
No one assigned
Projects
None yet
Milestone
6.4
Development

Successfully merging this pull request may close these issues.

4 participants
@skmedix@nicolas-grekas@xabbuh@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp