mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-21 17:11:58 +00:00
"Firmware Update "
This commit is contained in:
parent
0cff70c607
commit
2c90227f63
@ -886,7 +886,6 @@ def resourcehandler_backend(env, start_response):
|
||||
yield rsp
|
||||
return
|
||||
elif (operation == 'create' and ('/firmware/updates/active' in env['PATH_INFO'])):
|
||||
#TODO figure out why content length shows data being there but data string is empty (TK)
|
||||
# Solution the wsgi.iput stream can only be read once and it is being read at the top
|
||||
if 'multipart/form-data' in reqtype:
|
||||
field_storage = cgi.FieldStorage(fp=env['wsgi.input'], environ=env, keep_blank_values=True)
|
||||
|
Loading…
Reference in New Issue
Block a user