forked from loafle/openapi-generator-original
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.