Hello,
How can I handle a client connection without any header / protocol. A simple 
line by line async communication until the client drops the connection?
It is garantied, that the first line send from the client does not match the 
first line of a valid http header.
After opening the connection, there may be some silent time before the client 
sends the first line.
Is the before scheduler hook a good place to start?
How can I get the raw lines received from the client in this hook?
This should work in parallel to http and websocket connections.
Thank you
Ruediger

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" 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/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to