Martin Keegan

Results 27 comments of Martin Keegan

working theory is that we're hitting the following missing feature / bug of the underlying server-side TLS implementation: https://github.com/erlang/otp/issues/5950 Is the amfora TLS client trying to use a TLS version...

Aha! I shall have to check this out by installing Amfora. The Erlang/OTP people will be interested to hear what on earth is going on here.

Thanks. does Amfora default to TLS v1.2 though?

I've checked this with `gemget`, which seems to use the same client TLS library (but maybe not in the same way), and the problem doesn't recur. I'll have to try...

It looks like upstream has just put a lot of work into fixing this. Let's re-test in due course. https://github.com/erlang/otp/pull/6041

https://github.com/mk270/postgres-lwt-example/blob/master/main.ml

I'm still interested in the use of postgres with ocaml and lwt, so would be happy to help out with improving the docs. My "OCaml week" is early December -...

Thank you very much for this. I have discussed it with the other blizanci contributors. Unluckily, you made your branch just before a big reorganisation of how servlets and routes...

I'm going to manually cherry-pick some of the hunks from the first commit.

yeah sorry, the cases I'm worried about are when there's a timeout or error, server-side, rather than the default case. Thanks for the tip re detecting the condition!