[Checkins] [zopefoundation/zope.app.wsgi] edb419: Make http pass through request protocol

Colin Watson noreply at github.com
Thu Jun 11 18:47:27 CEST 2020


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.app.wsgi
  Commit: edb4197fade05a2bac6281d1f4340b64986b4d35
      https://github.com/zopefoundation/zope.app.wsgi/commit/edb4197fade05a2bac6281d1f4340b64986b4d35
  Author: Colin Watson <cjwatson at debian.org>
  Date:   2020-06-09 (Tue, 09 Jun 2020)

  Changed paths:
    M CHANGES.rst
    M src/zope/app/wsgi/testlayer.py
    M src/zope/app/wsgi/testlayer.txt

  Log Message:
  -----------
  Make http pass through request protocol

zope.app.testing.functional's HTTPCaller passed through the request
protocol as the response protocol, so do the same here to ease porting.

This may entail some test changes in other packages that assume that the
response protocol is always HTTP/1.0.


  Commit: 162e797792aa1f5a3e381ab9d3e4583274ff40c9
      https://github.com/zopefoundation/zope.app.wsgi/commit/162e797792aa1f5a3e381ab9d3e4583274ff40c9
  Author: Colin Watson <cjwatson at debian.org>
  Date:   2020-06-11 (Thu, 11 Jun 2020)

  Changed paths:
    M CHANGES.rst
    M src/zope/app/wsgi/testlayer.py
    M src/zope/app/wsgi/testlayer.txt

  Log Message:
  -----------
  Merge pull request #21 from cjwatson/pass-through-request-protocol

Make http pass through request protocol


Compare: https://github.com/zopefoundation/zope.app.wsgi/compare/e34e6c7c8387...162e797792aa


More information about the checkins mailing list