Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: support Readable as request body #527

Merged

Conversation

kettanaito
Copy link
Member

@kettanaito kettanaito commented Mar 21, 2024

@@ -34,7 +34,7 @@ export class MockSocket extends net.Socket {
public write(...args: Array<unknown>): boolean {
const [chunk, encoding, callback] = normalizeWriteArgs(args as WriteArgs)
this.options.write(chunk, encoding, callback)
return false
return true
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mikicho, let's return true.

@kettanaito
Copy link
Member Author

Resolved the tests, let's merge this!

@kettanaito kettanaito merged commit 2b1a5d7 into feat/yet-another-socket-interceptor Mar 21, 2024
1 check passed
@kettanaito kettanaito deleted the fix/readable-request-body branch March 21, 2024 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants