Skip to content

Commit

Permalink
enforce content-length checking in vendored urllib. Fixes snowflakedb…
Browse files Browse the repository at this point in the history
  • Loading branch information
timostrunk committed Aug 18, 2023
1 parent 20f1efb commit a46c820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snowflake/connector/vendored/urllib3/response.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def __init__(
connection=None,
msg=None,
retries=None,
enforce_content_length=False,
enforce_content_length=True,
request_method=None,
request_url=None,
auto_close=True,
Expand Down

0 comments on commit a46c820

Please sign in to comment.