decouple-write-handle_write 421 B

1234567
  1. o Removed features:
  2. - Remove the code that would try to aggressively flush controller
  3. connections while writing to them. This code was introduced in
  4. 0.1.2.7-alpha, in order to keep output buffers from exceeding their
  5. limits. But there is no longer a maximum output buffer size, and
  6. flushing data in this way caused some undesirable recursions
  7. in our call graph. Closes ticket 16480.