FileHandler에서 존재하지 않는 메소드 호출 수정#1545
Merged
1 commit merged intoJul 6, 2015
Merged
Conversation
This pull request was closed.
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.
#1409 에서 timeout 설정을 반영하면서 PEAR 버전과 무관하게 항상
setConfig()메소드를 호출하도록 코드가 작성되었으나, PEAR 버전에 따라HTTP_Request클래스에 이 메소드가 존재하지 않는 경우가 있습니다. (현재 XE에는 이 메소드가 존재하는 버전과 존재하지 않는 버전이 모두 포함되어 있습니다.)그래서 이 메소드가 존재하지 않는 경우 기존의 방식대로
_timeout속성을 사용하도록 수정했습니다.