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:
parent
dad51ee405
commit
8fc20cfc74
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user