-
Notifications
You must be signed in to change notification settings - Fork 78
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: use .equals to compare strings #26
Conversation
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.
I like the change that you added, I just have the one question about the library that is imported.
@@ -10,7 +10,7 @@ | |||
import java.util.Map; | |||
|
|||
import org.apache.http.Header; | |||
import org.apache.http.StatusLine; | |||
import org.apache.http.HttpMessage; |
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.
What's the benefit of this library over StatusLine?
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.
StatusLine import was removed because it wasn't needed.
HttpMessage import was added for new writeContentTypeIfNeeded() method.
Hi @maxxedev, LGTM, could you please fix the merge conflict and I'll go ahead and merge. With Best Regards, Elmer |
Hello @maxxedev, |
No description provided.