LogHttp: Warning
- 프로그래밍/언리얼
- 2024. 3. 24.
250x250
LogHttp:Warning
언제부터인지 나오던 LogHttp: Warning 어쩌고저쩌고를 해결하는 방법.
- LogHttp: Warning.
- 해결방법.
LogHttp: Warning
만들던 코드문제는 아닌거같은데 자꾸 거슬리게 나오길래 없애는 방법을 찾아봤습니다.
내용은 아래와 같습니다.(길어서 대충 잘랐습니다.)
LogHttp: Warning: 0000055AEB9EC800: invalid HTTP response code received.
LogHttp: Warning: 0000055AEB9EC800: request failed, libcurl error: 65 (Send failed since rewinding of the data stream failed)
LogHttp: Warning: 0000055AEB9EC800: libcurl info message cache 0 (Found bundle for host: 0x55a9d970000 [serially])
LogHttp: Warning: 0000055AEB9EC800: libcurl info message cache 1 (Re-using existing connection #0 with host datarouter.ol.epicgames.com)
LogHttp: Warning: 0000055AEB9EC800: libcurl info message cache 2 (Connected to datarouter.ol.epicgames.com (...) port 443 (#0))
LogHttp: Warning: 0000055AEB9EC800: libcurl info message cache 3 (We are completely uploaded and fine)
LogHttp: Warning: 0000055AEB9EC800: libcurl info message cache 4 (TLSv1.2 (IN), TLS alert, close notify (256):)
LogHttp: Warning: 0000055AEB9EC800: libcurl info message cache 5 (Connection died, retrying a fresh connect (retry count: 1))
LogHttp: Warning: 0000055AEB9EC800: libcurl info message cache 6 (necessary data rewind wasn't possible)
LogHttp: Warning: 0000055AEB9EC800: libcurl info message cache 7 (Closing connection 0)
LogHttp: Warning: 0000055AEB9EC800: libcurl info message cache 8 (TLSv1.2 (OUT), TLS alert, close notify (256):)
LogHttp: Warning: Retry exhausted on
코드사진
해결방법.
해결방법은 먼저 에디터에 들어갑니다.
Edit->Editor Preferences에서 Usage Data를 검색합니다.
Don't Send를 선택.