HttpDetails() : method(Http::METHOD_NONE), code(0), content_type(NULL),
timedout(false),
aborted(false),
- clientRequest()
- {}
+ clientRequest() {}
HttpRequestMethod method;
int code;
outint = al->http.clientRequest.total() + al->http.adaptedReply.total();
doint = 1;
break;
- /*case LFT_SERVER_IO_SIZE_TOTAL: */
+ /*case LFT_SERVER_IO_SIZE_TOTAL: */
case LFT_TAG:
if (al->request)
tests/stub_debug.cc \
tests/stub_errorpage.cc \
tests/stub_event.cc \
+ tests/stub_external_acl.cc \
tests/stub_fatal.cc \
tests/stub_fd.cc \
tests/stub_helper.cc \
tests/stub_ipc_Forwarder.cc \
tests/stub_ipc_TypedMsgHdr.cc \
tests/stub_ipcache.cc \
+ tests/stub_libauth.cc \
+ tests/stub_libauth_acls.cc \
tests/stub_libcomm.cc \
tests/stub_libeui.cc \
tests/stub_libformat.cc \
tests/stub_store_rebuild.cc \
tests/stub_store_stats.cc \
tests/stub_store_swapout.cc \
+ tests/stub_time.cc \
tests/stub_tools.cc \
tests/stub_wordlist.cc