Michael Solomon

Results 164 comments of Michael Solomon

This test passes. Do you still have this problem? ![image](https://github.com/nock/nock/assets/11459632/8d71f2fe-80d1-46b9-b305-14d700c8a1ed)

@mille-printemps What is the workaround? maybe it will help to understand the root cause.

Stale. Feel free to reopen with more details.

We also need `oidc` login. @aviadhahami not sure why did you close this issue.

Hi. I'm sorry, but I currently don't have the time to take care of this.

Unfortunately, no proper solution

Update: the response behavior isn't identical to the original response. `IncomingMessage` and `PassThrough` act differently on `destroy` ![image](https://github.com/mswjs/interceptors/assets/11459632/bcc8b5e5-a525-42e2-b8af-2f687c676eb9)

@kettanaito Why do we skip properties if they have the same name? The implementation may be still different If I delete [these lines](https://github.com/mswjs/interceptors/blob/main/src/interceptors/ClientRequest/utils/cloneIncomingMessage.ts#L63-L65) my test passes because it calls to...