-
Notifications
You must be signed in to change notification settings - Fork 431
fix(http): Fixes Stream Bug #2522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 27 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
643039c
feat: add stream support
adrieljss 5edea81
feat: add stream support
adrieljss bdbb3d7
Revert "feat: add stream support"
adrieljss 39639ea
feat: add stream support
adrieljss 44ee279
Discard changes to pnpm-lock.yaml
FabianLars fd7bd41
Discard changes to plugins/http/package.json
FabianLars ca3651b
fix(stream): change IPC packet
adrieljss 0a0a428
fix: update stream message guest-js
adrieljss ba122e6
fix: return early when aborted
adrieljss 0a2645f
fix: use InvokeResponseBody as packet
adrieljss e747212
fix: remove serde_bytes
adrieljss 9b472c2
fix: remove reqwest response
adrieljss 57eb09b
fix: content conversion bug
adrieljss acafdd8
fix: remove ReqwestResponses along with its implementations
adrieljss d75de7b
formatting and update changelog
adrieljss 194fdee
build api-iife.js
adrieljss 86ad81f
fix(http): fixes blocking body fetch function
adrieljss 6a9dde5
fix: remove close after error and inject rid to invoke
adrieljss daadfd9
build and format
adrieljss 7050193
fix: change permission command
adrieljss 1ec0de8
update permissions
adrieljss 6cf36fb
fix: revert command back to fetch_read_body to comply with permissions
adrieljss 33242bf
fix: revert read_body name permission command
adrieljss 99bd751
feat: add back ReqwestResponse implementation
adrieljss bfb468d
fix: use responseRid in invoke and build js
adrieljss 73bb96b
cleanup previous permissions
adrieljss ea012c1
Merge branch 'v2' into v2
adrieljss bb66d44
fix: add fetch_read_body to lib.rs
adrieljss 17311a8
run linting and build
adrieljss bb74676
build api-iife.js
adrieljss 344a355
Update http-stream-support.md
amrbashir File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"http": minor | ||
"http-js": minor | ||
--- | ||
|
||
Fix HTTP stream not streaming the body. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.