Skip to content

Commit

Permalink
Update httpie/utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG authored Jul 6, 2021
1 parent 93aa358 commit 4e2e969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions httpie/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ def get_content_type(filename):

def split_cookies(cookies):
"""
When Requests stores cookies in ``response.headers['Set-Cookie']``
it concatenates all of them through ``, ``
When ``requests`` stores cookies in ``response.headers['Set-Cookie']``
it concatenates all of them through ``, ``.
This function splits cookies apart being careful to not to
split on ``, `` which may be part of cookie value.
Expand Down

0 comments on commit 4e2e969

Please sign in to comment.