-
Notifications
You must be signed in to change notification settings - Fork 203
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
#413: Added additional constructors to HmRqHeader #440
Conversation
@bdragan Thanks, someone will review your pull request soon |
@pinaf please review, thanks |
break; | ||
outer: | ||
for (final String name : headers.names()) { | ||
for (final String value: headers.header(name)) { |
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.
@bdragan let's add
if (result) {
break;
}
@bdragan nice job |
@bdragan 10 comments |
@pinaf Thanks. Please take a look at the new commit. |
@rultor merge |
@bdragan thanks! |
@rultor try to merge |
@elenavolokhova please, review this issue for QA compliance, as per par.24 |
@rultor deploy pls |
@davvd Quality is good here. |
@elenavolokhova thank you, good quality is always good ;) |
@pinaf just added 10 mins to @elenavolokhova (for QA), payment ID is |
#413: Added additional constructors to HmRqHeader.