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

Header values are all prefixed with a space #4

Closed
copiousfreetime opened this issue Jul 16, 2009 · 3 comments
Closed

Header values are all prefixed with a space #4

copiousfreetime opened this issue Jul 16, 2009 · 3 comments
Labels

Comments

@copiousfreetime
Copy link

Not sure if you mean to have that or not, but all the values of headers all include the space after the :.

 >> s = Patron::Session.new
 >> r = s.get("http://patron.rubyforge.org")
 >> puts r.headers['Content-Length'].inspect
 " 627"
@toland
Copy link
Owner

toland commented Jul 17, 2009

That isn't intentional...I will look into fixing it for 0.4

@toland
Copy link
Owner

toland commented Jul 19, 2009

This is fixed for 0.4

@copiousfreetime
Copy link
Author

thanks.

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

No branches or pull requests

2 participants