mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #125] [CLOSED] Fix crash where there is no data in the response. #529
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#529
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/125
Author: @erndev
Created: 10/9/2015
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
be13e62Fix crash where there is no data in the response.📊 Changes
1 file changed (+5 additions, -0 deletions)
View changed files
📝
OAuthSwift/OAuthSwiftHTTPRequest.swift(+5 -0)📄 Description
check for valid
data, and if it's null, return calling the failure closure.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.