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

Fixed bug with SourceFactory consuming first 3 chars #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

k41n
Copy link

@k41n k41n commented Mar 17, 2014

We have faced problem when working with SOAP source under ruby 2.1.1 resulted in losing first 3 chars of soap response. I turns out that REXML::SourceFactory reads first 3 bytes to define encoding and does not return it back. So we call read to force rewind on start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant