Merge lp:~mattyw/sharinfoo/no-tls-option into lp:sharinfoo
Proposed by
Matthew Williams
Status: | Needs review |
---|---|
Proposed branch: | lp:~mattyw/sharinfoo/no-tls-option |
Merge into: | lp:sharinfoo |
Diff against target: |
318 lines (+50/-42) 4 files modified
client/client.go (+21/-14) client/client_test.go (+14/-14) cmd/shfoo/main.go (+8/-7) tests/client_test.py (+7/-7) |
To merge this branch: | bzr merge lp:~mattyw/sharinfoo/no-tls-option |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Vincenzo Di Somma (community) | Approve | ||
Casey Marshall | Pending | ||
Review via email:
|
Commit message
Added an option to the client to allow communication via tls (default on). Tests use the client with tls off
Description of the change
Added an option to the client to allow communication via tls (default on). Tests use the client with tls off
To post a comment you must log in.
Unmerged revisions
- 16. By Matthew Williams
-
added support for a no tls option in the client, tests use option turned on