mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-13 19:59:05 +00:00
When sending a request with a client generated by typescript-nestjs, the default headers are modified. This occurs when headers such as "Accept" are appended by the client. The root of the issue is that a reference to the default headers is stored instead of a clone.