[Bug 229237] www/nginx and brotli. Keep temporary files opened forever
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jun 22 19:29:03 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229237
Bug ID: 229237
Summary: www/nginx and brotli. Keep temporary files opened
forever
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: joneum at FreeBSD.org
Reporter: fbsd98816551 at avksrv.org
Flags: maintainer-feedback?(joneum at FreeBSD.org)
Assignee: joneum at FreeBSD.org
Hello!
Current version on 3-rdp module BROTLI for nginx in ports tree have a problem,
in some configurations, for example when on fly compression enabled and content
come from upstream, working process keep temporary files opened after request
ended. After some while it uses all possible opened file descriptors and stop
make new connections to upstream
This bug was fixed some time ago at upstream
https://github.com/eustas/ngx_brotli/commit/e26248ee361c04e25f581b92b85d95681bdffb39
(it changed NGX_DONE to NGX_OK at end, so other modules got chance to finish
their work also, close files, for example)
Looks like we need to change version of module from 37ab9b2 to e26248e or add
such patch to ports tree.
Discussion on nginx forum (sorry, in russian only)
https://forum.nginx.org/read.php?21,280196,280221#msg-280221
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list