mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
0d9afa0288
Original commit message:
lib: add nghttp2_rcbuf_is_static()
Add a `nghttp2_rcbuf_is_static()` method to tell whether a rcbuf
is statically allocated.
This can be useful for language bindings that wish to avoid
creating duplicate strings for these buffers; concretely, I am
planning to use this in the Node HTTP/2 module that is being
introduced.
Ref:
|
||
---|---|---|
.. | ||
lib | ||
COPYING | ||
nghttp2.gyp |