Merge pull request 'copy incoming content-type' (#169) from ct into v3
Reviewed-on: #169
This commit is contained in:
commit
9e0a58405f
@ -132,9 +132,6 @@ func (g *Server) createSubHandler(sb *subscriber, opts server.Options) broker.Ha
|
||||
|
||||
hdr := make(map[string]string, len(msg.Header))
|
||||
for k, v := range msg.Header {
|
||||
if k == "Content-Type" {
|
||||
continue
|
||||
}
|
||||
hdr[k] = v
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user