R Li

Results 21 comments of R Li
trafficstars

Thanks @let-def. The actual patch still needs some polish. And assuming if people are in favor of merging this feature into compiler, you probably will see it in >4.06 since...

`open` extension pull request was just opened at https://github.com/ocaml/ocaml/pull/1506

If you pass `--verbose` flag on command line, logging level is set to `logging.DBEUG`, otherwise it is `logging.INFO`.

or do you mean you want more granularity? like command-line argument `--verbose=LEVEL`?

I think this [test file](https://github.com/mirage/ocaml-cohttp/blob/5a6e6cd14154e2256436d145ecf5592a3621f5b1/lib_test/test_request.ml#L41) may help you. Yes, it is inconvenient that this is not in library.

Hi, @agarwal I wrote a short piece of code and it works well. ``` OCaml (** ocamlbuild -use-ocamlfind -pkg cohttp simple_parsing.native *) open Cohttp module type S = sig val...

@rgrinberg what do you think if I'd like to contribute some blocking I/O code like `/async` and `/lwt, /lwt-core`? Should I create an another directory called `/block_io`?

I feel like it will not depend on Unix. We will use [`string_io`](https://github.com/mirage/ocaml-cohttp/blob/master/lib/string_io.mli) module to read and write.

@agarwal I believe so. See [HTTP RFC ch14](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html) @avsm @kayceesrk I would love to help with effects-based impl. it looks interesting

@OlegIlyenko Thanks a lot for your prompt reply. I would love to work through this issue with you. Let me see if I can get a better stacktrace.