The problem appears in r4414. I have attached a simple one-line patch that
fixes it.
In method P2PTransportChannel::UpdateChannelState() in
p2p/base/p2ptransportchannel.cc, the loop on line 971 should break immediately
after "readable" is set to "true". All the iterations after "readable" is set
to "true" do not perform any useful work, at best they just set "readable"
again to "true".
Original issue reported on code.google.com by pochang0...@gmail.com on 5 Aug 2013 at 1:34
Original issue reported on code.google.com by
pochang0...@gmail.com
on 5 Aug 2013 at 1:34Attachments: