jwwallin commented on PR #8881: URL: https://github.com/apache/camel/pull/8881#issuecomment-1346440753
> is there a problem if the same header is used in both consumer and producer, if you go ala > > from s3-blob set Body // change body here to s3-blob > > Then the old header with the length may be in use, instead of calculating a new length because the body is changed. We have this problem in some of the other components, where you then have to remove headers It would then propagate through, that's true... Would it be more convenient to then use a separate header for producer operations? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
