Rudi Grinberg

Results 729 comments of Rudi Grinberg

We don't even need cstruct if we adopt core_kernel for every backend since `Bigsubstring` is analagous AFAIK.

That definitely sounds like the way forward. I'd like to make cohttp usable without conduit anyway.

@madroach is there a particular reason why you need pipelining? Pipelining is mostly a misfeature avoided by most http clients. I'd suggest you to do the same here.

@marklrh Would this blocking IO depend on unix? IIRC @seliopou worked on this before. Let me recall what this would require.

@marklrh then I think `block_io` is a bit of misleading name. If it isn't using unix how is it blocking? Something like `string_io` or `string` In any case, let's see...

@edwintorok Doesn't your conduit patch help mitigate this?

@rathereasy Could you give this a try with the latest version of conduit and see if it helps.

The above reference a possible type for targeting a cohttp client. `Uri u` would give us the current behavior.

@jlouis Thank you very much for doing this. This is hugely appreciated.