[
https://issues.apache.org/jira/browse/MESOS-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marco Massenzio updated MESOS-2964:
-----------------------------------
Sprint: Mesosphere Sprint 15, Mesosphere Sprint 16, Mesosphere Sprint 17
(was: Mesosphere Sprint 15, Mesosphere Sprint 16)
> libprocess io does not support peek()
> -------------------------------------
>
> Key: MESOS-2964
> URL: https://issues.apache.org/jira/browse/MESOS-2964
> Project: Mesos
> Issue Type: Improvement
> Components: libprocess
> Reporter: Artem Harutyunyan
> Assignee: Artem Harutyunyan
> Priority: Minor
> Labels: beginner, mesosphere, newbie
>
> Finally, I so wish we could just do:
> {code}
> io::peek(request->socket, 6)
> .then([request](const string& data) {
> // Comment about the rules ...
> if (data.length() < 2) { // Rule 1
>
> } else if (...) { // Rule 2.
>
> } else if (...) { // Rule 3.
>
> }
>
> if (ssl) {
> accept_SSL_callback(request);
> } else {
> ...;
> }
> });
> {code}
> from:
> https://reviews.apache.org/r/31207/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)