Uh oh!
There was an error while loading. Please reload this page.
Add a test covering the chunked transfer - #902
Merged
Merged
Conversation
ensonicforce-pushed
the
ensonic/relaytest
branch
from
August 31, 2026 09:39
1cc12b7 to
0f93f45Comparecsieber
reviewed
Aug 31, 2026
Uh oh!
There was an error while loading. Please reload this page.
ensonicforce-pushed
the
ensonic/relaytest
branch
from
August 31, 2026 10:27
0f93f45 to
6e324feCompareAdd unit and integration tests covering HTTP/1.1 chunked request bodies (Transfer-Encoding: chunked) through the relay server: - Unit test in server_test.go using io.Pipe and sync.WaitGroup to verify in-memory chunked request buffering and forwarding. - End-to-end integration test in http_test.go using io.Pipe. - Update Tested capabilities section in http-relay-server README.md. TAG=agy CONV=054fbbd3-c4cf-4e7b-9519-e9ab2a4413a7
ensonicforce-pushed
the
ensonic/relaytest
branch
from
August 31, 2026 12:04
6e324fe to
b9747beComparecsieber
approved these changes
Aug 31, 2026
Uh oh!
There was an error while loading. Please reload this page.
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
Sign up for freeto 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.
Add unit and integration tests covering HTTP/1.1 chunked request bodies
(Transfer-Encoding: chunked) through the relay server:
in-memory chunked request buffering and forwarding.