-
Notifications
You must be signed in to change notification settings - Fork 150
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
HTTPI is truncating response headers #69
Comments
i can't simulate this error because webmock's magic. See this commit for example: bblimke/webmock@5534968 @rubiii Any idea? |
no idea right now, but i'll take a look at it later. |
thanks @rogerleite, but i need specs for this. i'll look into getting rid of webmock. |
@rubiii i kind of extracted MinionServer to help with it. I'm using on integration tests of http_monkey. If you want to help, i can add you as collaborator. What do you think? |
I need this for http_monkey, i can try to simulate this bug on integration tests. Ok with that? |
have to take a look at this "after work" ;) i kind of started something similar here. |
Your |
yes, the idea was to have a basic server that can run rack apps (just like your minion server) and add n applications for every kind of http test case one can imagine (ssl, redirects, errors, timeouts, cookies, etc). |
Great! The invite as collaborator is still open! 😄 |
thanks :) i would really like to hear what your plans are for minion server and whether we can combine efforts. |
@rogerleite i removed webmock from master. hope this solves your problem. |
Thanks @rubiii I'll write some tests for this issue! |
Some evidence:
Using a simple script (httpi 2.0.0.rc1), i realized that only curb adapter return all "Set-Cookie" headers.
Results:
I'm planning to work on net_http and httpclient adapters to return headers like curb do. Is that ok?
The text was updated successfully, but these errors were encountered: