Tags: linyawen/lua-nginx-module
Tags
tests: NGINX_TEST_CHECK_LEAK detects memoryleak because nginx can not… … free resolver ctx quickly. This was introduce in commit acd5364 which is use to resovle double free of resolver ctx. This issue happens only when nginx can not get any reply from the dns server until timeout.
feature: implemented the new tcpsok:setoption() function for setting … …options for the TCP socket.
feature: added undocumented API for attaching arbitrary key-value pai… …r data to a cosocket TCP connecton, which can survive connection pool reuse. This API may change in the future without notice.
bugfix: we now only recycle light threads which are "entry threads" o… …therwise it is not safe to recycle user created threads since we have no idea whether the user may still hold refs to them.
PreviousNext