Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debugPrint wraps cookies in Optional("...") #226

Closed
dmur opened this issue Nov 20, 2014 · 1 comment
Closed

debugPrint wraps cookies in Optional("...") #226

dmur opened this issue Nov 20, 2014 · 1 comment

Comments

@dmur
Copy link

dmur commented Nov 20, 2014

This happens for cookies included with a request, e.g.

curl -i \
    -X POST \
    -b "_api_session=Optional("...")" \
    -H "Content-Type: application/json" \
    ...

(possibly related to #91)

@mattt
Copy link
Sponsor Contributor

mattt commented Nov 21, 2014

Indeed, this changed in the latest version of Swift. Fixed by fb5592e.

@mattt mattt closed this as completed Nov 21, 2014
fabiopelosin added a commit to fabiopelosin/Alamofire that referenced this issue Nov 27, 2014
…podspec

* 'master' of https://github.com/Alamofire/Alamofire:
  [Issue Alamofire#230] Making response object example initializer failable
  Fixing optional textLabel property on cells
  Adding missing forced unwrap in test
  [Issue Alamofire#226] Fixing optional cookie entry in cURL output
  Fixing possible exception when force unwrapping optional header properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants