241190bedd
When receiving data through the ServerHost Request Handler, make sure that the length of data sent matches matches the lenght information provided. Do not consider reception done until this is true. To avoid infinite loop issues, add a watchdog timer which raises an (handled) ValueError exception.