[Checkins] [zopefoundation/ZEO] 6b8003: Summary: Fixed: misshandled protocol disconnect du...

GitHub noreply at github.com
Wed Jun 1 19:14:13 CEST 2016


  Branch: refs/heads/asyncio
  Home:   https://github.com/zopefoundation/ZEO
  Commit: 6b8003ce5eea5819c87246fcccbfad0a761ee7e3
      https://github.com/zopefoundation/ZEO/commit/6b8003ce5eea5819c87246fcccbfad0a761ee7e3
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
    M src/ZEO/asyncio/client.py

  Log Message:
  -----------
  Summary: Fixed: misshandled protocol disconnect during connection setup
If a protocol was disconnected while registering, maybe because the
server was still starting, the disconnection was handled correctly by
the Client, because the protocol attribute wasn't set, the connection
wasn't retried.


  Commit: 74044c8bac1236a57819ea3b73ee7c98966ec8e4
      https://github.com/zopefoundation/ZEO/commit/74044c8bac1236a57819ea3b73ee7c98966ec8e4
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
    M src/ZEO/asyncio/client.py

  Log Message:
  -----------
  Fixed: failure of get_info() call during setup caused Clients to close themselves.


  Commit: fbbd96552aa9545944ca15cfe28bf4cd57acf9e6
      https://github.com/zopefoundation/ZEO/commit/fbbd96552aa9545944ca15cfe28bf4cd57acf9e6
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
    M src/ZEO/asyncio/client.py

  Log Message:
  -----------
  convert '' to 'localhost' when connecting

Otherwise, we may fail to connect on some platforms.


Compare: https://github.com/zopefoundation/ZEO/compare/667b23f64568...fbbd96552aa9


More information about the checkins mailing list