[Fix]: OkHttp 엔진 타임아웃 명시적 설정 - #160
Open
oungsi2000 wants to merge 1 commit into
Open
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Ktor HttpTimeout 플러그인만으로는 OkHttp 엔진 기본 소켓 타임아웃(10s)이 우선 적용되어 설정이 반영되지 않는 문제가 있어, 엔진 레벨에도 동일한 타임아웃(100s)을 직접 지정한다. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015do5t4ThrkmdyfYb4gkbCq
oungsi2000
force-pushed
the
fix/signup-timout
branch
from
August 24, 2026 15:15
74c6f31 to
be2317e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
관련 이슈
작업 내용
회원가입 시 Ktor
HttpTimeout설정이 반영되지 않는 문제 수정변경사항 / 상세
HttpTimeout플러그인만으로는 OkHttp 엔진 기본 소켓 타임아웃(10s)이 우선 적용되어 설정한 100s 타임아웃이 무시되는 문제가 있었음NetworkModule의 OkHttp 엔진(engine { config { ... } })에도 동일한 100s 타임아웃(connect/read/write)을 명시적으로 지정중점 리뷰사항
HttpTimeout설정값과 일치하는지스크린샷 (선택)
🤖 Generated with Claude Code