doc: Remove null default values that can't be determined
Applying #30187.
This commit is contained in:
@@ -183,7 +183,7 @@
|
||||
<member name="blocking_mode_enabled" type="bool" setter="set_blocking_mode" getter="is_blocking_mode_enabled" default="false">
|
||||
If [code]true[/code], execution will block until all data is read from the response.
|
||||
</member>
|
||||
<member name="connection" type="StreamPeer" setter="set_connection" getter="get_connection" default="null">
|
||||
<member name="connection" type="StreamPeer" setter="set_connection" getter="get_connection">
|
||||
The connection to use for this client.
|
||||
</member>
|
||||
</members>
|
||||
|
||||
Reference in New Issue
Block a user