Skip to content

Commit

Permalink
fix recursive task parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
Joannis committed Feb 16, 2018
1 parent 3bb6343 commit abaa94e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/MySQL/Internals/Task.swift
Expand Up @@ -114,7 +114,6 @@ final class ParseResults: Task {
} catch {
// Failure might indicate no EOF is coming and a field is coming instead
columnsCompleted = true
return try parseField(from: packet)
}

return false
Expand Down

0 comments on commit abaa94e

Please sign in to comment.