sn: attach meta header to GET streams#4072
Open
carpawell wants to merge 1 commit into
Open
Conversation
This affects only 1. any REP objects; 2. EC parts; 3. EC full object with RANGE. This does not affect case implemented in #3996 (Get service's Prm with `WithECTransport()` called). Refs #4071. Refs nspcc-dev/neofs-api#397. Signed-off-by: Pavel Karpy <carpawell@nspcc.io>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4072 +/- ##
==========================================
+ Coverage 26.29% 26.30% +0.01%
==========================================
Files 671 671
Lines 45865 45865
==========================================
+ Hits 12060 12065 +5
+ Misses 32673 32670 -3
+ Partials 1132 1130 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
roman-khimov
previously approved these changes
Jul 8, 2026
roman-khimov
left a comment
Member
There was a problem hiding this comment.
Something to tell about in chlog?
Member
Author
|
PR adds a metaheader to every message. This is how i read the spec currently. But i think @cthulhu-rider thinks differently. Once we decide i will update chlog. |
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 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.
This affects only
This does not affect case implemented in #3996 (Get service's Prm with
WithECTransport()called). Refs #4071.