Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
5b6aa333
Commit
5b6aa333
authored
Mar 13, 2002
by
Toby Dickenson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merged toby-retry-header-branch: collector 266: retried request loses headers
parent
b9535272
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
ZServer/HTTPResponse.py
ZServer/HTTPResponse.py
+1
-0
doc/CHANGES.txt
doc/CHANGES.txt
+3
-0
lib/python/ZServer/HTTPResponse.py
lib/python/ZServer/HTTPResponse.py
+1
-0
No files found.
ZServer/HTTPResponse.py
View file @
5b6aa333
...
@@ -219,6 +219,7 @@ class ZServerHTTPResponse(HTTPResponse):
...
@@ -219,6 +219,7 @@ class ZServerHTTPResponse(HTTPResponse):
# think that that's all that is ever passed.
# think that that's all that is ever passed.
response
=
self
.
__class__
(
stdout
=
self
.
stdout
,
stderr
=
self
.
stderr
)
response
=
self
.
__class__
(
stdout
=
self
.
stdout
,
stderr
=
self
.
stderr
)
response
.
headers
=
self
.
headers
response
.
_http_version
=
self
.
_http_version
response
.
_http_version
=
self
.
_http_version
response
.
_http_connection
=
self
.
_http_connection
response
.
_http_connection
=
self
.
_http_connection
response
.
_server_version
=
self
.
_server_version
response
.
_server_version
=
self
.
_server_version
...
...
doc/CHANGES.txt
View file @
5b6aa333
...
@@ -108,6 +108,9 @@ Zope Changes
...
@@ -108,6 +108,9 @@ Zope Changes
- Collector #291: ZCatalog not unindexing deleted properties
- Collector #291: ZCatalog not unindexing deleted properties
- Collector #266: Retried requests losing track of http request
headers, causing Connection:Close requests to stall
Zope 2.5.1 beta 1
Zope 2.5.1 beta 1
Bugs Fixed
Bugs Fixed
...
...
lib/python/ZServer/HTTPResponse.py
View file @
5b6aa333
...
@@ -219,6 +219,7 @@ class ZServerHTTPResponse(HTTPResponse):
...
@@ -219,6 +219,7 @@ class ZServerHTTPResponse(HTTPResponse):
# think that that's all that is ever passed.
# think that that's all that is ever passed.
response
=
self
.
__class__
(
stdout
=
self
.
stdout
,
stderr
=
self
.
stderr
)
response
=
self
.
__class__
(
stdout
=
self
.
stdout
,
stderr
=
self
.
stderr
)
response
.
headers
=
self
.
headers
response
.
_http_version
=
self
.
_http_version
response
.
_http_version
=
self
.
_http_version
response
.
_http_connection
=
self
.
_http_connection
response
.
_http_connection
=
self
.
_http_connection
response
.
_server_version
=
self
.
_server_version
response
.
_server_version
=
self
.
_server_version
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment