basho / riak_api

Riak Client APIs
27 stars 46 forks source link

Mas 3.0 setrecbuf #132

Closed martinsumner closed 5 years ago

martinsumner commented 5 years ago

Allow setting of receive buffer using same advanced.config as 2.9

Resolves dialyzer issue with missing gen_fsm_compact in app

Points to branch/fork of mochiweb to allow for return of "431" response code if the headers exceed the receive buffer (rather than a 400 Bad Request which gives the operator no clue as to what happened)

martinsumner commented 5 years ago

This change is required to pass the test verify_2i_hugeindex test

martinsumner commented 5 years ago

@ThomasArts