Home
last modified time | relevance | path

Searched refs:strfwdfor (Results 1 – 1 of 1) sorted by relevance

/third_party/node/src/
Dnode_dtrace.cc182 Local<Value> strfwdfor = headers->Get( in DTRACE_HTTP_SERVER_REQUEST() local
184 node::Utf8Value fwdfor(env->isolate(), strfwdfor); in DTRACE_HTTP_SERVER_REQUEST()
186 if (!strfwdfor->IsString() || (req.forwardedFor = *fwdfor) == nullptr) in DTRACE_HTTP_SERVER_REQUEST()