Peter Leonov
Peter Leonov
If it is possible to protect every string is used in the request from garbage collecting till the request is gone, we can forget about copying all the strings bytes,...
instead of creating our own copy of a sub-request body
with a related constants: NGX_EEXIST, NGX_EACCES, etc.
https://developer.mozilla.org/en/SpiderMonkey/JSAPI_Reference/JSFastNative
with something like: ``` JS_GetStringBytesLength(cx, str, &len); ```