Commit d91b8f64 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 527e4904
......@@ -674,11 +674,13 @@ error WatchLink::recvReq(IContext *ctx, PinReq *rx) {
if (_ == 0)
return ctx->err();
rx = _rx
if rx is None: // XXX recheck _serveRX vs EOF signalling
// XXX recheck _serveRX vs EOF signalling
#if 0
if rx is None:
return rx
#endif
rx.stream = pkt.stream;
rx->stream = pkt.stream;
pkt.to_string();
stream, msg = rx
// XXX -> _parsePinReq
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment