solicit icon indicating copy to clipboard operation
solicit copied to clipboard

make HttpConnection::handle_frame public

Open stepancheg opened this issue 9 years ago • 0 comments

asynchronous server must not block in rx.recv_frame(), so handle_next_frame is not suitable for asynchronous server.

The workaround this limitation is to implement ReceiveFrame which produces one previously read frame, but making handle_frame public is more straightforward.

stepancheg avatar Aug 24 '16 23:08 stepancheg