Hiroshi Nakamura

Results 48 comments of Hiroshi Nakamura

Reopening this issue because I'm going to change Cookies implementation from WebAgent (custom) to http-cookie gem and the gem normalizes quote value as same as the behavior before I "fix"ed...

No, it doesn't have that feature. I think the feature would be useful as an API client. The limit is for response, not request, right? So the extension points would...

- Would you please create a PR? I want to merge it as an additional feature (unlimited by default.) - I think BadResponseError is enough but new error would be...

Thanks for the explanation. Indeed the code is bad from the beginning, I should have not used pipe. I'm thinking how I can fix this issue...

auto-follow of POST redirect from 2.1.3 (http://dev.ctor.org/http-access2/wiki/Changes-213) is problematic. revert?

@alecgorge Can you explain the issue you're facing now? I just want to drop post_content from the next major version of HTTPClient...

Sorry for late reply. Two points; 1. Per spec, HTTP client agents "MUST NOT" (by RFC2616 word definition) follow redirection automatically for other than GET and HEAD. 2. Per behavior,...

Yes, you're right. I should clean-up IPv4 dependency from the test suite... (It's the problem of test suite, not HTTPClient)

Is this a Rails convention, right? I'm open to add this as a new feature but I don't want to break existing application.

Adding option sounds nice.