Commit f320b64
committed
fix [DEP0005] DeprecationWarning
Buffer() is deprecated due to security and usability issues.
It is suggested to use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
Also discussed in spdy-http2#51 parent ed1ad41 commit f320b64
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
0 commit comments