I see that that the library is designed to read from the socket into a user-provided buffer and make the buffer available to the client in a callback.
Suppose I want to handle reading from the socket: for example suppose I want to splice the data (on LInux) into a different file descriptor. Or read directly into another location. Is this possible? If I pass null as the alloc_buffer callback, can I manage reading from the socket myself? Thanks! Aaron -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/libuv. For more options, visit https://groups.google.com/groups/opt_out.
