Commits

Andy Green authored 41434fad532
autobahn report final frag only on final rx bufload If the final message fragment contains a payload that has to be handled in multiple RX callbacks, until now we reported the ws fragment header FIN state in lws_is_final_fragment(). That was correct, but it's kind of not useful to hear that the intermediate bufferloads are "final". So now we delay reporting the logical ws fragment FIN until the final part of his payload is delivered. This gets us Autobahn 1.1.6 working. Signed-off-by: Andy Green <andy.green@linaro.org>