You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let str =String.sub data 0 (pred (String.length data)) in
Log.info (funm -> m "push request sent, received TLS payload %S" str);
Thinking about it for a bit we should maybe use Cc_message for push replies as well? And maybe the server can send an EXIT message before we receive a push reply and we don't handle that.
The text was updated successfully, but these errors were encountered:
We blindly cut off the last byte
miragevpn/src/engine.ml
Lines 581 to 587 in 8d70130
Thinking about it for a bit we should maybe use
Cc_message
for push replies as well? And maybe the server can send anEXIT
message before we receive a push reply and we don't handle that.The text was updated successfully, but these errors were encountered: