Anton Bachin

Results 662 comments of Anton Bachin

To pick between HTTP Date and Timedesc, I would probably look at the intersection of the dependency cone of each with the current one of Dream, using `opam list --required-by...

We should be able to hand-write non-allocating simple parsers for this, if we go that route. These are very simple formats. But the easiest way to immediately implement it is...

Also want to note for myself: depending on HTML Date requires a `--dev-repo` pin of `odate` in order to develop Dream's docs because of conflicting constraints on Menhir with Soupault's...

I will take a look at this in some amount of days (currently sorting out issues in Dream maintenance). Definitely need to add Melange support and we will figure out...

> Thanks! I see an argument for not having this in Dream, which is this, or variants of this, are also needed on the client side (i.e., in Hyper). There...

For the repro, I was able to just try the [HTTPS example](https://github.com/aantron/dream/tree/master/example/l-https#files) in a 5.0.0 switch with all the latest opam packages and Dream `master`.

It looks like the issue here isn't that messages aren't logged -- the above messages end with ``` alert certificate unknown ``` the issue is that this appears at the...

If these things are available in SSL in C, it seems better (as I'm sure you agree!) to provide bindings to them, rather than parse these strings. So maybe this...

@devvydeebug would you be willing to open an issue at [savonet/ocaml-ssl](https://github.com/savonet/ocaml-ssl) about this? Maybe they would like to add bindings, or can provide other info.

An alternative would be to just rearrange the error output in the printer, though I'm afraid that could cause pain to someone that *is* parsing the messages 😆