Answers

Question and Answer:

  Home  Bada

⟩ How to make the result of GetMaxTransactionCount() larger than one?

When constructing a session, instead of using NET_HTTP_SESSION_MODE_NORMAL, use NET_HTTP_SESSION_MODE_PIPELINING.

For example:

r = pSession->Construct(NET_HTTP_SESSION_MODE_PIPELINING, &proxyAddr, hostAddr, null);

 139 views

More Questions for you: