-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Node - add ClientRequest#setNoDelay #18316
Labels
Comments
Hello, I'm seeing this failure as well using the OpenSearch client on Deno.
|
I'm see this error when attempting to use PubNub (latest version), which uses superagent:
This is caused by simple Are there any workarounds? |
littledivy
added a commit
that referenced
this issue
Dec 25, 2023
bartlomieju
pushed a commit
that referenced
this issue
Jan 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're missing this: https://nodejs.org/api/http.html#requestsetnodelaynodelay
https://github.com/denoland/deno_std/blob/main/node/http.ts
Seems like we're missing a few methods on there actually.
Related #17852
The text was updated successfully, but these errors were encountered: