ngx_http_dyups_module icon indicating copy to clipboard operation
ngx_http_dyups_module copied to clipboard

[TODO] stream support

Open pfischermx opened this issue 6 years ago • 4 comments

More of a 'feature request', but does this module already supports upstream streams (for TCP only)? Or you know of any existing forks that have this?

pfischermx avatar Jan 09 '19 23:01 pfischermx

Not support stream upstream, no time to do that.

welcome pull request. : )

yzprofile avatar Jan 21 '19 15:01 yzprofile

If we want to support stream module, we should implement a new module for dynamic stream upstream, like ngx_stream_dyups_module.

Current dyups module is based on http upstream module. For nginx.conf, it can only work under http {} block.

chobits avatar May 06 '19 11:05 chobits

Yeah I agree. I wish I still remembered C otherwise I'd provide a patch :/

pfischermx avatar May 07 '19 23:05 pfischermx

Just wondering if there is any update on this?

mehulmpt avatar Feb 13 '20 01:02 mehulmpt