-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add support for chunked httpclient and httpresponse. #823
Merged
Conversation
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
claudiamurialdo
temporarily deployed
to
external-storage-tests
June 1, 2023 18:54 — with
GitHub Actions
Inactive
Cherry pick to beta success |
claudiamurialdo
changed the title
Add support for chunked httpclient and chuncked httpresponse.
Add support for chunked httpclient and httpresponse.
Jun 1, 2023
ggallotti
reviewed
Jun 1, 2023
X-GXOBJECT is set twice when called from SendHeaders and ValidateSpaRequest from webExecute.
Cherry pick to beta success |
claudiamurialdo
temporarily deployed
to
external-storage-tests
June 7, 2023 01:41 — with
GitHub Actions
Inactive
claudiamurialdo
temporarily deployed
to
external-storage-tests
June 7, 2023 01:47 — with
GitHub Actions
Inactive
Cherry pick to beta success |
Cherry pick to beta success |
claudiamurialdo
temporarily deployed
to
external-storage-tests
June 15, 2023 21:48 — with
GitHub Actions
Inactive
…ted. Since sendSpaHeaders is called at the start of execution, the MasterPageObj is null at this moment.
Cherry pick to beta success |
claudiamurialdo
temporarily deployed
to
external-storage-tests
June 16, 2023 15:12 — with
GitHub Actions
Inactive
Cherry pick to beta failed, 1 conflicted file in commit ab2cc19
|
Manual cherry pick to beta success |
Cherry pick to beta success |
Cherry pick to beta failed, 1 conflicted file in commit 211451d
|
Manual cherry pick to beta success |
…ader in the response.
Cherry pick to beta success |
claudiamurialdo
temporarily deployed
to
external-storage-tests
June 21, 2023 17:53 — with
GitHub Actions
Inactive
claudiamurialdo
temporarily deployed
to
external-storage-tests
June 21, 2023 18:10 — with
GitHub Actions
Inactive
claudiamurialdo
temporarily deployed
to
external-storage-tests
June 26, 2023 14:49 — with
GitHub Actions
Inactive
Cherry pick to beta success |
…HttpException: Session state has created a session id, but cannot save it because the response was already flushed by the application.
claudiamurialdo
had a problem deploying
to
external-storage-tests
June 28, 2023 18:29 — with
GitHub Actions
Failure
Cherry pick to beta success |
claudiamurialdo
temporarily deployed
to
external-storage-tests
June 28, 2023 19:52 — with
GitHub Actions
Inactive
Cherry pick to beta success |
ggallotti
added a commit
that referenced
this pull request
Jul 11, 2023
This reverts commit 4fbfb00.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Issue:103034
For .NET framework move SendHeaders() to the begining of the GxWebProcedure to support chunked responses at http procedures.