Opened 8 years ago
Closed 8 years ago
#1244 closed defect (wontfix)
Externalize ngx_udp_connect and ngx_tcp_connect functions
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | nginx-core | Version: | 1.11.x |
Keywords: | Cc: | ||
uname -a: | |||
nginx -V: | >1.11.10 |
Description
The aforementioned functions are widely used, but since changeset a72886067bbb, they are no longer publicly available, leading to compilation error. This patch address that issue by sharing the two functions.
Attachments (1)
Change History (2)
by , 8 years ago
Attachment: | patch.diff added |
---|
comment:1 by , 8 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
These function were never publicly available, they never have public declarations. If there are any relevant modules which tried to use them despite this - well, these modules are to be fixed. Most of the modules seems to be broken at least since d35b4d590b2d though.