mongrel2-cpp icon indicating copy to clipboard operation
mongrel2-cpp copied to clipboard

fixed deprecated ZMQ_UPSTREAM (now ZMQ_PULL), fixed missing unistd.h header

Open paumayr opened this issue 10 years ago • 0 comments

I'm trying to build m2cpp with latest zmq and found that ZMQ_UPSTREAM is deprecated. ZMQ_PULL should be used instead. The CGI implementation had a mssing unistd.h header (for ::getopt) on my system.

paumayr avatar Nov 09 '14 13:11 paumayr