-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix async client without http auth #297
Fix async client without http auth #297
Conversation
Signed-off-by: liran <liran@hiredscore.com>
Signed-off-by: liran <liran@hiredscore.com>
Signed-off-by: liran <liran@hiredscore.com>
Makes sense. This needs a test, please? |
I tried to see where I can add a specific test |
Add just enough tests for |
Signed-off-by: liran <liran@hiredscore.com>
added another commit with the test |
I commented out the code change and none of the tests failed - I was running |
Hello @liran-cohen-hs, httpbin has been replaced with http server in the following PR. Please use http server instead of httpbin for testing. Thanks :) |
Right on! @liran-cohen-hs this should be a lot easier to finish now, hope you have time to pick it up! Happy to help. |
@liran-cohen-hs, Kindly complete the pull request. Thanks for raising the initial PR :) |
@dannosaur - was this fixed by #424? |
@dblock yup. |
Description
Fix for async connection that is used without http auth
Issues Resolved
Closes #283
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.