1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-26 22:56:15 +01:00

...which doesn't work. There are other requests where 0-replies are possible.

This commit is contained in:
Dr. Peter Poeml 2008-03-11 17:09:25 +00:00
parent dad51ee405
commit 8fc20cfc74

View File

@ -1276,7 +1276,7 @@ def http_request(method, url, data=None, file=None):
# https://bugzilla.novell.com/show_bug.cgi?id=369176
# Buildservice server sometimes sends broken replies
# only prjconf requests (_config) can have empty replies (we hope)
if fd.headers['Content-Length'] == '0' and not fd.url.endswith('/_config'):
if False and fd.headers['Content-Length'] == '0' and not fd.url.endswith('/_config'):
print 'DEBUG INFO'
print
import time; print time.ctime()