Rename the useful but poorly named concatHandler to simpleHandler, matching the convention recently created by the addition of simpleBody on the sending side. No one cares they're concatenating a bunch of chunks if they just want all the bytes coming down.
Rename the useful but poorly named
concatHandler
tosimpleHandler
, matching the convention recently created by the addition ofsimpleBody
on the sending side. No one cares they're concatenating a bunch of chunks if they just want all the bytes coming down.