#include "comm/forward.h"
#include "comm_err_t.h"
#include "MasterXaction.h"
-#include "SBuf.h"
/* CommCalls implement AsyncCall interface for comm_* callbacks.
* The classes cover two call dialer kinds:
bool syncWithComm(); // see CommCommonCbParams::syncWithComm
};
+class SBuf;
+
// read/write (I/O) parameters
class CommIoCbParams: public CommCommonCbParams
{
bool ret = connState->handleReadData(&reqStr);
if (ret)
ret = connState->clientParseRequests();
- else {
+
+ if (!ret) {
debugs(33, 2, HERE << "Failed to start fake CONNECT request for ssl bumped connection: " << connState->clientConnection);
connState->clientConnection->close();
}