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

INTERNAL: Fix a sprintf error and remove a needless condition #761

Merged
merged 1 commit into from
May 7, 2024

Conversation

ing-eoking
Copy link
Collaborator

⌨️ What I did

  • 컴파일 과정에서 발생한 에러를 수정합니다.
  • 불필요한 cmdlog 조건문을 제거합니다.

@@ -1509,7 +1509,7 @@ static void pipe_response_done(conn *c, bool end_of_pipelining)
str = "PIPE_ERROR bad error\r\n";
len = 22;
}
sprintf(c->pipe_resbuf + c->pipe_reslen, str);
Copy link
Collaborator

Choose a reason for hiding this comment

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

@ing-eoking
이거 내가 실수한 거네요.
Thanks.

Copy link
Collaborator

@namsic namsic left a comment

Choose a reason for hiding this comment

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

두 변경은 commit을 분리하는 것이 의미 상 낫지 않나 생각합니다.

@jhpark816 jhpark816 merged commit 6709d30 into naver:develop May 7, 2024
1 check passed
@jhpark816
Copy link
Collaborator

@namsic
좋은 코멘트입니다.

나도 그렇게 생각하다가, 간단한 수정이라 그냥 merge해 버렸습니다.

@ing-eoking ing-eoking deleted the err branch May 7, 2024 01:07
@ing-eoking ing-eoking self-assigned this May 13, 2024
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

Successfully merging this pull request may close these issues.

3 participants