Just realized that apps/riak_core/rebar.config is pointing to commit 115,
but the change was 116...
On Tue, Jun 1, 2010 at 10:16 PM, Jonathan Lee wrote:
> Ah, I missed that. Thanks for the quick response! I just re-cloned riak
> and ran make, and the mochiweb pulled contains that changeset. H
Ah, I missed that. Thanks for the quick response! I just re-cloned riak
and ran make, and the mochiweb pulled contains that changeset. However, it
is not checked out for me:
[~/riak]> cd deps/mochiweb
[~/riak/deps/mochiweb]> hg parents
changeset: 115:5ccf25b213fc
user:Bryan Fink
date
Jonathan,
This has already been fixed on tip and should be released with 0.11. See:
http://hg.basho.com/mochiweb/changeset/6cc943959128
Sean Cribbs
Developer Advocate
Basho Technologies, Inc.
http://basho.com/
On Jun 1, 2010, at 9:57 PM, Jonathan Lee wrote:
> Here's a question regarding idle
Here's a question regarding idle connection handling. Riak (actually,
mochiweb:request/2) automatically resets idle connections after 30 seconds.
But, before closing the connection, it sends a 400 response. For example:
> time telnet 127.0.0.1 8091
Trying 127.0.0.1...
Connected to localhost.
Es