Hi,
there was no feedback yet, did anyone have a chance to try this build and 
outline steps to test this as needed for the SRU process [1]?

I tried the following (probably too trivial) and it worked just fine
even without the fix.

$ apt install libnginx-mod-http-lua nginx-core
For nchan add in /etc/nginx/sites-enabled/default
    location = /sub {
      nchan_subscriber;
      nchan_channel_id $arg_id;
    }

    location = /pub {
      nchan_publisher;
      nchan_channel_id $arg_id;
    }
# Restart server
$ sudo systemctl restart nginx
# Access nchan content
$ curl --request POST --data "test message" http://127.0.0.1:80/pub
queued messages: 1
last requested: 0 sec. ago
active subscribers: 0
last message id: 1636616299

Maybe you can help me to extend that example to show the issue?

P.S. there is activity at the sibling bug 1893753. If we only get
confirmation and proper tests steps there, but not here - then I'll have
to drop this part of the upload before queuing for an SRU to Focal. So
your help would really be appreciated.

[1]: https://wiki.ubuntu.com/StableReleaseUpdates#SRU_Bug_Template

** Changed in: nginx (Ubuntu Focal)
       Status: Triaged => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1874831

Title:
  libnginx-mod-nchan distributes old/incompatible module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1874831/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to