<div>
                    Ran into an unintended snag with JSON Channel RPC with regard to a mochiweb limitation.
                </div><div><br></div><div>Mochiweb has a hardcoded constant for the maximum body size for a request at 1MB:</div><div><br></div><div><a href="https://github.com/mochi/mochiweb/blob/master/src/mochiweb_request.erl#L47">https://github.com/mochi/mochiweb/blob/master/src/mochiweb_request.erl#L47</a></div><div><br></div><div>This is a problem when you're trying to POST messages that are larger than 1MB.</div><div><br></div><div>The fix is relatively easy, but I wanted to find out if there was any patching of mochiweb prior to making the mochiweb.ez file or is the file just provided for convenience and providing a tagged supported version. That is, if I recompile it with the # I want, can I just go from the vanilla mochiweb repo?</div><div><br></div><div>Thanks,</div><div><br></div><div>Gavin</div>
                <div></div>