2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 17:43:14 +00:00

Correct typo in httpapi

Consoles would not work due to a type of dictionary name, correct the mistake
This commit is contained in:
Jarrod Johnon 2014-11-04 13:51:23 -05:00
parent af9a5c13c1
commit 6289e3ebfa

View File

@ -336,7 +336,7 @@ def resourcehandler_backend(env, start_response):
timeout=45)
bufferage = False
if 'stampsent' not in consolesessions[sessid]:
consolesesessions[sessid]['stampsent'] = True
consolesessions[sessid]['stampsent'] = True
bufferage = consolesessions[sessid]['session'].get_buffer_age()
if isinstance(outdata, dict):
rspdata = outdata