Here are changes to support HTTP protocol while transferring messages throw
the TCP socket.

https://github.com/zeromq/zeromq2-1/pull/12

I've added http_socket_t class which is derived from tcp_socket_t.
For now zmq_engine_t creates desired socket instance depending on
options_t::proto value.

Class http_socket_t simply adds HTTP header before message transfer and
removes header from incoming data.

Please fill free to ask any questions.
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to