-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
WIP: fix #184 #181
WIP: fix #184 #181
Conversation
Signed-off-by: Ankur Srivastava <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #181 +/- ##
==========================================
- Coverage 48.49% 47.66% -0.83%
==========================================
Files 20 20
Lines 1864 1909 +45
Branches 416 428 +12
==========================================
+ Hits 904 910 +6
- Misses 671 703 +32
- Partials 289 296 +7
Continue to review full report at Codecov.
|
Thanks for tackling this! |
Signed-off-by: Ankur Srivastava <[email protected]>
Signed-off-by: Ankur Srivastava <[email protected]>
Signed-off-by: Ankur Srivastava <[email protected]>
Signed-off-by: Ankur Srivastava <[email protected]>
Signed-off-by: Ankur Srivastava <[email protected]>
Signed-off-by: Ankur Srivastava <[email protected]>
- Keep the error as enum http::Error - Commented out the failing tests until it gets fixed upstream in mockito Signed-off-by: Ankur Srivastava <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work @ansrivas, looks good to me. I'll get this out in a new release hopefully soon. Thanks for helping out!
Thanks a lot to you as well for reviewing all the changes and the patience. |
Hi @sagebind,
Tried to come up with something for the issue #180 .
Had to change the
default_header
signature from aself
tomut self
.( In case I am going in completely wrong direction, please let me know. )