Opened 7 years ago

Closed 7 years ago

#1244 closed defect (wontfix)

Externalize ngx_udp_connect and ngx_tcp_connect functions

Reported by: zyegfryed@… 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)

patch.diff (1.8 KB ) - added by zyegfryed@… 7 years ago.

Download all attachments as: .zip

Change History (2)

by zyegfryed@…, 7 years ago

Attachment: patch.diff added

comment:1 by Maxim Dounin, 7 years ago

Resolution: wontfix
Status: newclosed

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.

Note: See TracTickets for help on using tickets.