if (!fieldValue || fieldValue[0] == '\0')
fieldValue = "-";
- HttpHeaderEntry *e = new HttpHeaderEntry(hwa->fieldId, hwa->fieldName.c_str(),
- fieldValue);
+ HttpHeaderEntry *e = new HttpHeaderEntry(hwa->fieldId, hwa->fieldName.c_str(),
+ fieldValue);
heads->addEntry(e);
}
}
CbcPointer<ConnStateData> clientConnectionManager;
/**
- * The AccessLogEntry for the current ClientHttpRequest/Server HttpRequest
+ * The AccessLogEntry for the current ClientHttpRequest/Server HttpRequest
* pair, if known;
*/
AccessLogEntryPointer al;