We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5b844 commit 9b3bf5aCopy full SHA for 9b3bf5a
1 file changed
src/query_farm_server_base/server.py
@@ -624,7 +624,7 @@ def do_exchange(
624
logger=logger,
625
)
626
627
- header_middleware = context.context.get_middleware("headers")
+ header_middleware = context.get_middleware("headers")
628
airport_operation_headers = header_middleware.client_headers.get("airport-operation")
629
if airport_operation_headers is not None and len(airport_operation_headers) > 0:
630
airport_operation = airport_operation_headers[0]
0 commit comments