rfc3261_8_1_3_3 function

bool rfc3261_8_1_3_3()

Implementation

bool rfc3261_8_1_3_3() {
  if (message.getHeaders('via').length > 1) {
    logger.debug(
        'more than one Via header field present in the response, dropping the response');

    return false;
  }
  return true;
}