-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
http_client: Add Ability to Process Chunked Stream
Current flb_http_do processes chunked streams, but requires that all chunks are received before allowing interaction with the response payload. This change allows a user to only initiate the http request with flb_http_do_request and then process the live stream of data by fetching available chunks with flb_http_get_available_chunks. Signed-off-by: ryanohnemus <[email protected]>
- Loading branch information
1 parent
3a308f3
commit fc0ebc8
Showing
3 changed files
with
93 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters