Opened 6 years ago
Closed 6 years ago
#1662 closed enhancement (wontfix)
A minor code clean for ngx_configure_listening_sockets
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | nginx-core | Version: | 1.15.x |
Keywords: | Cc: | ||
uname -a: | |||
nginx -V: | nginx version: nginx/1.15.3 |
Description
At the end of function ngx_configure_listening_sockets, there is a single line 'return;'. It did nothing just remind the code reader here is the end of this function.
Should we remove this line? Pleas see the patch, thanks.
Attachments (1)
Change History (2)
by , 6 years ago
Attachment: | ngx_connection.c.patch added |
---|
comment:1 by , 6 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
No, thanks. Please avoid pure style changes unless there are other reasons to. Also, please take a look at our recommendations on how to contribute changes, using Trac to submit patches is discouraged.