Skip to content

Fix retrieval of bodies larger than the large object heap but below the maximum body size to store#2109

Merged
WilliamBZA merged 2 commits intomasterfrom
fix-body-storage-fetching
Aug 13, 2020
Merged

Fix retrieval of bodies larger than the large object heap but below the maximum body size to store#2109
WilliamBZA merged 2 commits intomasterfrom
fix-body-storage-fetching

Conversation

@danielmarbach
Copy link
Copy Markdown
Contributor

@danielmarbach danielmarbach commented Aug 11, 2020

Fixes regression introduced in #1843

            private static readonly byte[] body = Encoding.UTF8.GetBytes($@"<?xml version=""1.0""?>
<MyMessage xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema""
            xmlns=""http://tempuri.net/"">
   <MyProperty>{new string('a', 87 * 1024)}</MyProperty>
</MyMessage>");

Before

image

After

image

@WilliamBZA
Copy link
Copy Markdown
Member

When_processed_message_is_imported.Should_be_accessible_via_the_rest_api is failing now

@danielmarbach danielmarbach force-pushed the fix-body-storage-fetching branch from 08a599d to ca77296 Compare August 12, 2020 06:24
@danielmarbach
Copy link
Copy Markdown
Contributor Author

@WilliamBZA just pushed a fix

@WilliamBZA WilliamBZA merged commit 3a13527 into master Aug 13, 2020
@WilliamBZA WilliamBZA deleted the fix-body-storage-fetching branch August 13, 2020 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants