We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe68d2 commit 3d2941eCopy full SHA for 3d2941e
src/reactpy/asgi/middleware.py
@@ -180,7 +180,7 @@ async def run_dispatcher(
180
scope=scope,
181
location=Location(
182
path=ws_query_string.get("http_pathname", [""])[0],
183
- query_string=ws_query_string.get("http_search", [""])[0],
+ query_string=ws_query_string.get("http_query_string", [""])[0],
184
),
185
carrier=self,
186
)
0 commit comments