Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix nil dereference error (Azure#7546)
e.Table.tsc.client.exec can return nil resp and non-nil err. This causes resp.StatusCode to crash with nil dereference. This change adds the nil check on resp before accessing StatusCode.
- Loading branch information