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 22ef9f1 commit e195b05Copy full SHA for e195b05
app/core/hosts.py
@@ -136,7 +136,7 @@ async def _prepare_subscription_inbound_data(
136
multi_mode=gs.multi_mode if gs else False,
137
idle_timeout=gs.idle_timeout if gs else None,
138
health_check_timeout=gs.health_check_timeout if gs else None,
139
- permit_without_stream=gs.permit_without_stream if gs else False,
+ permit_without_stream=gs.permit_without_stream if gs and gs.permit_without_stream is not None else False,
140
initial_windows_size=gs.initial_windows_size if gs else None,
141
http_headers=host.http_headers,
142
random_user_agent=host.random_user_agent,
0 commit comments