[Checkins] [zopefoundation/zope.server] 266b15: Got servers running and fixed some tests.

GitHub noreply at github.com
Thu Feb 28 02:32:04 UTC 2013


  Branch: refs/heads/monolithic-zope3-stephan_and_jim-response-refactor
  Home:   https://github.com/zopefoundation/zope.server
  Commit: 266b15472c3a28d37c2071244fa2e0b688cb99d5
      https://github.com/zopefoundation/zope.server/commit/266b15472c3a28d37c2071244fa2e0b688cb99d5
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-09-02 (Fri, 02 Sep 2005)

  Changed paths:
    A http/publisherhttpserver.py
    A http/tests/test_wsgiserver.py
    A http/wsgihttpserver.py

  Log Message:
  -----------
  Got servers running and fixed some tests.


  Commit: c042dbdff9b697d3281e9b9994a45e42d2c9eac5
      https://github.com/zopefoundation/zope.server/commit/c042dbdff9b697d3281e9b9994a45e42d2c9eac5
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-09-02 (Fri, 02 Sep 2005)

  Changed paths:
    A ftp/tests/test_publisher.py

  Log Message:
  -----------
  Fixed most zope.server failures.


  Commit: f0679fe83b48cc8318de28811958846f8788aa22
      https://github.com/zopefoundation/zope.server/commit/f0679fe83b48cc8318de28811958846f8788aa22
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-09-07 (Wed, 07 Sep 2005)

  Changed paths:
    M http/wsgihttpserver.py

  Log Message:
  -----------
  Fixed test recorder test.


  Commit: 06acf4308b497d1594dec24d0827c56fa54d098f
      https://github.com/zopefoundation/zope.server/commit/06acf4308b497d1594dec24d0827c56fa54d098f
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-09-07 (Wed, 07 Sep 2005)

  Changed paths:
    M http/publisherhttpserver.py
    M http/tests/test_wsgiserver.py

  Log Message:
  -----------
  Made a fairly significant change to the publisher: the publish() method 
now returns the logical request that was actually used to complete the 
request. This is necessary, since the passed in request might be 
overridden when a retry of the request occurs.

Also, the request.close() method does not unlink the response object from 
the request anymore. This allows one to reference the response from the 
request returned from the publish() method.

This finally corrects the outstanding WSGI issues. All unit and functional 
tests on this branch pass now.


  Commit: 9c57df9668b9ac8dc942ce7e01433d38c6ab54e8
      https://github.com/zopefoundation/zope.server/commit/9c57df9668b9ac8dc942ce7e01433d38c6ab54e8
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2005-09-07 (Wed, 07 Sep 2005)

  Changed paths:
    M http/publisherhttpserver.py
    M http/tests/test_wsgiserver.py

  Log Message:
  -----------
  Made Response.result a private attribute: Response._result.

For HTTPResponse provide consumeBody and consumeBodyIter. This made the 
API more sane.


Compare: https://github.com/zopefoundation/zope.server/compare/266b15472c3a^...9c57df9668b9


More information about the checkins mailing list