libwebsockets icon indicating copy to clipboard operation
libwebsockets copied to clipboard

Fix pipe end socket fd left open leak on linux

Open martlaak-gmail opened this issue 3 years ago • 1 comments

lws_context_destroy() left pipe end fd open, causing fd leak visible in application open file desctiptions list. When application was doing multiple context create/destroys cycles, it was finally causing "too many files open" error in application.

martlaak-gmail avatar Jan 30 '23 07:01 martlaak-gmail

FYI, this PR (and issue) is also aimed at plugging the fd leak.

ERobsham avatar May 01 '23 17:05 ERobsham