Skip to content

create async http api, implement in crt - #3916

Merged
sbiscigl merged 1 commit into
mainfrom
async-http-api
Sep 9, 2026
Merged

create async http api, implement in crt#3916
sbiscigl merged 1 commit into
mainfrom
async-http-api

Conversation

@sbiscigl

@sbiscigl sbiscigl commented Sep 2, 2026

Copy link
Copy Markdown
Collaborator

Description of changes:

Add a new API in the HTTP client called MakeRequestAsync that will return to the caller immediately after the submit to the transport layer. this will unblock clients from "true async" where the SDK thread pool builds requests in parallel however the backing CRT event loop will operate I/O operations in the SDK.

Check all that applies:

  • Did a review by yourself.
  • Added proper tests to cover this PR. (If tests are not applicable, explain.)
  • Checked if this PR is a breaking (APIs have been changed) change.
  • Checked if this PR will not introduce cross-platform inconsistent behavior.
  • Checked if this PR would require a ReadMe/Wiki update.

Check which platforms you have built SDK on to verify the correctness of this PR.

  • Linux
  • Windows
  • Android
  • MacOS
  • IOS
  • Other Platforms

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@sbiscigl
sbiscigl marked this pull request as ready for review September 2, 2026 21:43
@sbiscigl
sbiscigl force-pushed the async-http-api branch 2 times, most recently from a06defa to a9ad199 Compare September 3, 2026 14:59
Comment thread src/aws-cpp-sdk-core/include/aws/core/utils/threading/internal/WaitGroup.h Outdated
Comment thread src/aws-cpp-sdk-core/source/http/crt/CRTHttpClient.cpp
@sbiscigl
sbiscigl force-pushed the async-http-api branch 4 times, most recently from 442c8c1 to 96f44ea Compare September 4, 2026 16:31
@sbiscigl
sbiscigl added this pull request to the merge queue Sep 9, 2026
Merged via the queue into main with commit b2666f4 Sep 9, 2026
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants