You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
connection reset 시 자체 retry 기능이 있는 등, 뛰어난 활용도.
단, 기능 검증과 더불어 각종 로그 처리 잘 해줄 것.
로그 예시
12월 09, 2017 3:34:02 오후 org.apache.http.impl.execchain.RetryExec execute
정보: I/O exception (java.net.SocketException) caught when processing request to {}->http://wasabisyrup.com:80: Connection reset
12월 09, 2017 3:34:02 오후 org.apache.http.impl.execchain.RetryExec execute
정보: Retrying request to {}->http://wasabisyrup.com:80
The text was updated successfully, but these errors were encountered:
apache의 HttpComponent 도입 고려.
connection reset 시 자체 retry 기능이 있는 등, 뛰어난 활용도.
단, 기능 검증과 더불어 각종 로그 처리 잘 해줄 것.
로그 예시
12월 09, 2017 3:34:02 오후 org.apache.http.impl.execchain.RetryExec execute
정보: I/O exception (java.net.SocketException) caught when processing request to {}->http://wasabisyrup.com:80: Connection reset
12월 09, 2017 3:34:02 오후 org.apache.http.impl.execchain.RetryExec execute
정보: Retrying request to {}->http://wasabisyrup.com:80
The text was updated successfully, but these errors were encountered: