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
> File "riot/lib/ssl.ml", line 97, characters 11-47:
> 97 || Ok (state', `Response resp, `Data data) -> > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > Error: This pattern matches values of type 'a *'b * 'c
> but a pattern was expected which matches values of type> Tls.Engine.state * [ `Eof ] option *> [ `Response of Cstruct.t option ] * [ `Data of Cstruct.t option ]
The text was updated successfully, but these errors were encountered:
Hmm, looks like we'll have to refactor some of the TLS code. I wonder why we're picking up a new version or if they are doing some conditional compilation based off the compiler version.
The text was updated successfully, but these errors were encountered: