Commit 311b4191 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Fix issue for HTTP Response

parent 026e4651
...@@ -1591,6 +1591,8 @@ void amf_n11::curl_http_client( ...@@ -1591,6 +1591,8 @@ void amf_n11::curl_http_client(
bool is_response_ok = true; bool is_response_ok = true;
Logger::amf_n11().info("Get response with HTTP code (%d)", httpCode); Logger::amf_n11().info("Get response with HTTP code (%d)", httpCode);
response_code = httpCode;
if (static_cast<http_response_codes_e>(httpCode) == if (static_cast<http_response_codes_e>(httpCode) ==
http_response_codes_e::HTTP_RESPONSE_CODE_0) { http_response_codes_e::HTTP_RESPONSE_CODE_0) {
Logger::amf_n11().info( Logger::amf_n11().info(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment