Closed bnusunny closed 6 months ago
I need to double check if this is the right place to remove these headers. At least 'transfer-encoding' is used in lambda-http crate to handle response body.
I confirmed 'transfer-encoding' is not used in lambda-http crate to handle response body.
Description of changes:
This change removes "transfer-encoding" http header from web app response. This resolves an issue that
sam local start-api
fails to handle the chunked response from SpringBoot.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.