diff options
Diffstat (limited to 'src/nodejs')
-rwxr-xr-x | src/nodejs/unit-http/http_server.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nodejs/unit-http/http_server.js b/src/nodejs/unit-http/http_server.js index ae8e204a..0fe5dd34 100755 --- a/src/nodejs/unit-http/http_server.js +++ b/src/nodejs/unit-http/http_server.js @@ -195,6 +195,8 @@ function writeHead(statusCode, reason, obj) { } } } + + return this; }; /* |