#44047 closed enhancement (fixed)
nginx @1.6.0 +http_push new variant
Reported by: | zadorozhko@… | Owned by: | neverpanic (Clemens Lang) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.0 |
Keywords: | haspatch | Cc: | |
Port: | nginx |
Description
Turn NGiNX into an adept HTTP Push (Comet) server.
This module takes care of all the connection juggling, and exposes a simple interface to broadcast messages to clients via plain old HTTP requests. This makes it possible to write live-updating applications without having to wait on idle connections via upstream proxies or making your code all asynchronous and concurrent.
Attachments (1)
Change History (4)
Changed 10 years ago by zadorozhko@…
Attachment: | Portfile-nginx.diff added |
---|
comment:1 Changed 10 years ago by neverpanic (Clemens Lang)
Cc: | cal@… removed |
---|---|
Owner: | changed from macports-tickets@… to cal@… |
comment:2 follow-up: 3 Changed 10 years ago by neverpanic (Clemens Lang)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by zadorozhko@…
Replying to cal@…:
Did this Portfile build for you? The checksums came back different for me and the name of the folder wasn't
I'm new to macports and can making errors sometimes :( Anyway, thanks for commit.
Note: See
TracTickets for help on using
tickets.
Did this Portfile build for you? The checksums came back different for me and the name of the folder wasn't
but
Committed in r121109 with the changes mentioned above.