~bzr-pqm/bzr/bzr.dev

Viewing all changes in revision 6175.1.2.

  • Committer: John Arbash Meinel
  • Date: 2011-10-03 07:06:53 UTC
  • mto: This revision was merged to the branch mainline in revision 6186.
  • Revision ID: john@arbash-meinel.com-20111003070653-bbh7nkafs1r7ygjw
Change the TCPConnectionHandler to inherit from BaseRequestHandler.

The problem with StreamRequestHandler is that it uses makefile, which causes the
socket connection to have 2 handles, and just closing one isn't enough to
actually force the connection closed.

They are also known to interact poorly with stuff like blocking/nonblocking, etc.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: