Skip to content
Snippets Groups Projects
Commit 7122f0f5 authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Vladimir Davydov
Browse files

evio: pass iostream instead of fd (and uri) to on_accept callback

Currently, we always create a plain stream, but soon there will be an
option to create an encrypted stream so let's pass iostream, which will
encapsulate this information, instead of fd to the accept callback. The
iostream will be created by evio in accordance with the settings passed
in uri parameters so uri won't be needed in the accept callback.
parent efee67ca
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment