summaryrefslogtreecommitdiffhomepage
path: root/src/nginext/nxt_go_port.c
diff options
context:
space:
mode:
authorMax Romanov <max.romanov@nginx.com>2017-08-30 11:50:33 -0700
committerMax Romanov <max.romanov@nginx.com>2017-08-30 11:50:33 -0700
commita33145d614e9ea1d0c59cf219f50e36f879aa5bb (patch)
tree17973a2f4cb4bde8b78e8ac9399bb9cddf740f20 /src/nginext/nxt_go_port.c
parent9537821f3f486f5176affc7d4f51328c23efd48f (diff)
downloadunit-a33145d614e9ea1d0c59cf219f50e36f879aa5bb.tar.gz
unit-a33145d614e9ea1d0c59cf219f50e36f879aa5bb.tar.bz2
ListenAndServe changed to be compatible with http.ListenAndServe.
Diffstat (limited to 'src/nginext/nxt_go_port.c')
-rw-r--r--src/nginext/nxt_go_port.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nginext/nxt_go_port.c b/src/nginext/nxt_go_port.c
index 033dd5be..a46a33d1 100644
--- a/src/nginext/nxt_go_port.c
+++ b/src/nginext/nxt_go_port.c
@@ -108,8 +108,6 @@ nxt_go_data_handler(nxt_port_msg_t *port_msg, size_t size)
nxt_go_request_create_channel(r);
}
- nxt_go_request_serve(r);
-
return r;
}