[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [MirageOS-devel] Cohttp, and the SSL saga update
> Thomas, you also mentioned you ran across a potential HTTP chunked POST issue > in Irminsule -- any more details on that? Haven't got the time to dig into it (so that might be unrelated ...) but that's easy to repro with cohttp.0.10 and 0.11: $ opam install irminsule $ git init && touch c && git add c && git commit -a -m toto $ git irmin -d -g open a browser, points to localhost:8080/watch 1st issue: we should see [ but this never appears in chrome and appears sometime in safari and back in the terminal: $ for i in `seq 1 10`; do echo foo >> c && git commit -a -m bar; sleep 1; done 2st: still nothing appears on chrome, sometime safari shows something It might be an issue with the response headers set by the irminsule server though. Thomas _______________________________________________ MirageOS-devel mailing list MirageOS-devel@xxxxxxxxxxxxxxxxxxxx http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |