[Checkins] [zopefoundation/zc.resumelb] 3a2b3b: Fixed: Applications or middleware that didn't call...

GitHub noreply at github.com
Wed Oct 29 18:34:19 CET 2014


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zc.resumelb
  Commit: 3a2b3b02cb9f3ad1dd0c3d1ee3a59474ad9110cd
      https://github.com/zopefoundation/zc.resumelb/commit/3a2b3b02cb9f3ad1dd0c3d1ee3a59474ad9110cd
  Author: Jim Fulton <jim at zope.com>
  Date:   2014-10-27 (Mon, 27 Oct 2014)

  Changed paths:
    M src/zc/resumelb/README.txt
    M src/zc/resumelb/tests.py
    M src/zc/resumelb/worker.py

  Log Message:
  -----------
  Fixed: Applications or middleware that didn't call the WSGI
start_response function before returning an iterator weren't handled
properly.


  Commit: 214edfe95020b99d40c9284f49cf4427ea7e6850
      https://github.com/zopefoundation/zc.resumelb/commit/214edfe95020b99d40c9284f49cf4427ea7e6850
  Author: Jim Fulton <jim at zope.com>
  Date:   2014-10-29 (Wed, 29 Oct 2014)

  Changed paths:
    M src/zc/resumelb/tests.py

  Log Message:
  -----------
  Added more test conditions to generator_apps


  Commit: 6dbbe7755287d98ad59e87ec2440961cd944ac4a
      https://github.com/zopefoundation/zc.resumelb/commit/6dbbe7755287d98ad59e87ec2440961cd944ac4a
  Author: Jim Fulton <jim at zope.com>
  Date:   2014-10-29 (Wed, 29 Oct 2014)

  Changed paths:
    M src/zc/resumelb/README.txt
    M src/zc/resumelb/tests.py
    M src/zc/resumelb/util.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into handle-late-start-response

And added missing changes entry

Conflicts:
	src/zc/resumelb/tests.py


  Commit: 30692a9f17361f04df3a93a774da121a3151915a
      https://github.com/zopefoundation/zc.resumelb/commit/30692a9f17361f04df3a93a774da121a3151915a
  Author: Fred Drake <fred at zope.com>
  Date:   2014-10-29 (Wed, 29 Oct 2014)

  Changed paths:
    M src/zc/resumelb/tests.py

  Log Message:
  -----------
  fix typos


  Commit: a83012cc735f2cc832f8f48beaa7d358b8a6fe23
      https://github.com/zopefoundation/zc.resumelb/commit/a83012cc735f2cc832f8f48beaa7d358b8a6fe23
  Author: Fred Drake <fred at fdrake.net>
  Date:   2014-10-29 (Wed, 29 Oct 2014)

  Changed paths:
    M src/zc/resumelb/README.txt
    M src/zc/resumelb/tests.py
    M src/zc/resumelb/worker.py

  Log Message:
  -----------
  Merge pull request #7 from zopefoundation/handle-late-start-response

Handle late start response


Compare: https://github.com/zopefoundation/zc.resumelb/compare/0e537c152fb5...a83012cc735f


More information about the checkins mailing list