We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803ed10 commit 4c63d2bCopy full SHA for 4c63d2b
src/aws-cpp-sdk-core/include/smithy/client/SmithyEventStreamingAsyncTask.h
@@ -55,7 +55,7 @@ class AWS_CORE_LOCAL SmithyBidirectionalStreamingTask final {
55
std::weak_ptr<RequestT> wRequest = request;
56
// Setup InitialResponse handler to use the new actual request object
57
if (!request->GetHeadersReceivedEventHandler()) {
58
- request->SetHeadersReceivedEventHandler([wRequest](const Http::HttpRequest*, Http::HttpResponse* response) {
+ request->SetHeadersReceivedEventHandler([wRequest](const Aws::Http::HttpRequest*, Aws::Http::HttpResponse* response) {
59
auto request = wRequest.lock();
60
AWS_CHECK_PTR(ClientT::GetAllocationTag(), request);
61
AWS_CHECK_PTR(ClientT::GetAllocationTag(), response);
0 commit comments