diff options
author | Max Romanov <max.romanov@nginx.com> | 2017-08-30 11:50:33 -0700 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2017-08-30 11:50:33 -0700 |
commit | a33145d614e9ea1d0c59cf219f50e36f879aa5bb (patch) | |
tree | 17973a2f4cb4bde8b78e8ac9399bb9cddf740f20 /src/nginext/nxt_go_port.c | |
parent | 9537821f3f486f5176affc7d4f51328c23efd48f (diff) | |
download | unit-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.c | 2 |
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; } |