bug3804 570 B

123456789
  1. o Major bugfixes (bufferevents):
  2. - Apply rate-limiting only at the bottom of a chain of filtering
  3. bufferevents. This prevents us from filling up internal read
  4. buffers and violating rate-limits when filtering bufferevents
  5. are enabled. Bugfix on 0.2.3.1-alpha; fixes part of bug 3804.
  6. - Add high-watermarks to the output buffers for filtered
  7. bufferevents. This prevents us from filling up internal write
  8. buffers and wasting CPU cycles when filtering bufferevents are
  9. enabled. Bugfix on 0.2.3.1-alpha; fixes part of bug 3804.