Merge SeaHttpClient into THttpClient
#1710
Annotations
1 error
|
check
You have 2 commits incorrectly signed off. To fix, first ensure you have a local copy of your branch by [checking out the pull request locally via command line](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally). Next, head to your local branch and run:
```bash
git rebase HEAD~25 --signoff
```
Now your commits will have your sign off. Next run
```bash
git push --force-with-lease origin merge-http-client
```
Commit sha: [a9f2409](https://github.com/databricks/databricks-sql-python/pull/603/commits/a9f2409dd7a73e29b9a64716733ab9e3e460ffb7), Author: varun-edachali-dbx, Committer: varun-edachali-dbx; The sign-off is missing.
Commit sha: [e32c858](https://github.com/databricks/databricks-sql-python/pull/603/commits/e32c858351050a5efb315094b443764f0705f4df), Author: varun-edachali-dbx, Committer: varun-edachali-dbx; The sign-off is missing.
|