Skip to content
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 missing HTTP request content conversion in TomcatService #71

Merged
merged 1 commit into from
Dec 18, 2015

Conversation

trustin
Copy link
Member

@trustin trustin commented Dec 17, 2015

  • Original work by @delegacy
  • Improve HTTP request header conversion
  • Improve HTTP response header conversion
  • Add HTTP request content conversion

@trustin trustin added the defect label Dec 17, 2015
@trustin trustin added this to the 0.7.0.Final milestone Dec 17, 2015
@trustin
Copy link
Member Author

trustin commented Dec 17, 2015

@delegacy PTAL

return;
}

for (Iterator<Entry<CharSequence, CharSequence>> i = headers.iteratorCharSequence(); i.hasNext();) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IDE complains about a missing whitespace after ;.

@delegacy
Copy link
Contributor

Confirmed that the defects has been fixed. 😄

- Original work by @delegacy
- Improve HTTP request header conversion
- Improve HTTP response header conversion
- Add HTTP request content conversion
@delegacy
Copy link
Contributor

LGTM

delegacy added a commit that referenced this pull request Dec 18, 2015
Fix missing HTTP request content conversion in TomcatService
@delegacy delegacy merged commit 5ec0259 into line:master Dec 18, 2015
@trustin trustin deleted the fix_tomcat_post branch December 18, 2015 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants