Commit 844418c
committed
http: Add noDelay to http.request() options.
Add the noDelay option to the http.request() options such that
.setNoDelay() will be called once a socket is obtained.
Add note about noDelay only applying to a TCP socket.1 parent d6f1e39 commit 844418c
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2213 | 2213 | | |
2214 | 2214 | | |
2215 | 2215 | | |
| 2216 | + | |
| 2217 | + | |
| 2218 | + | |
2216 | 2219 | | |
2217 | 2220 | | |
2218 | 2221 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
167 | 170 | | |
168 | 171 | | |
169 | 172 | | |
| |||
0 commit comments