copy incoming content-type
lint / lint (pull_request) Failing after 1m28s Details
pr / test (pull_request) Failing after 2m33s Details

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2023-12-20 09:35:01 +03:00
parent 84552513f7
commit 092f5d96b1
1 changed files with 0 additions and 3 deletions

View File

@ -342,9 +342,6 @@ func (n *noopServer) createSubHandler(sb *subscriber, opts Options) broker.Handl
hdr := metadata.New(len(msg.Header))
for k, v := range msg.Header {
if k == "Content-Type" {
continue
}
hdr.Set(k, v)
}