Skip to content

Commit

Permalink
Merge pull request #985 from jcd000/main
Browse files Browse the repository at this point in the history
Fixes error 400 responses from patched form boundary
  • Loading branch information
JWCook committed Apr 11, 2024
2 parents a5d5365 + be91e87 commit 08390ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requests_cache/_utils.py
Expand Up @@ -7,7 +7,7 @@

from urllib3 import filepost

FORM_BOUNDARY = '==requests-cache-form-boundary=='
FORM_BOUNDARY = '--requests-cache-form-boundary--'

KwargDict = Dict[str, Any]
logger = getLogger('requests_cache')
Expand Down

0 comments on commit 08390ee

Please sign in to comment.