We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35abf05 commit d69f0feCopy full SHA for d69f0fe
roundup/cgi/client.py
@@ -1323,7 +1323,7 @@ def write_file(self, filename):
1323
# RFC 2616 14.13: Content-Length
1324
#
1325
# Tell the client how much data we are providing.
1326
- self.setHeader("Content-Length", length)
+ self.setHeader("Content-Length", str(length))
1327
# Send the HTTP header.
1328
self.header()
1329
# If the client doesn't actually want the body, or if we are
0 commit comments