Catch data header first
This commit is contained in:
parent
0169ce1930
commit
8eb4e9631b
@ -55,9 +55,9 @@ def application(env, start_response):
|
|||||||
|
|
||||||
session = SessionBase.create_session()
|
session = SessionBase.create_session()
|
||||||
for handler in [
|
for handler in [
|
||||||
|
process_transactions_all_data,
|
||||||
process_transactions_all_bloom,
|
process_transactions_all_bloom,
|
||||||
process_transactions_account_bloom,
|
process_transactions_account_bloom,
|
||||||
process_transactions_all_data,
|
|
||||||
]:
|
]:
|
||||||
r = handler(session, env)
|
r = handler(session, env)
|
||||||
if r != None:
|
if r != None:
|
||||||
|
Loading…
Reference in New Issue
Block a user