Cleanup implementation of string accumulation in handle_write().
Boost the accumulator limit to 60000. Use "".join() to accumulate multiple strings, since it is not unusual to have more than 2 strings to join together. Add comment explaining why we do this stuff.
Showing
Please register or sign in to comment