Hiroshi Nakamura
Hiroshi Nakamura
I didn't know URI#find_proxy supports CIDR from 2.4. I agree that CIDR support is good but I'm not sure '*' is good...
Thanks, interesting gem > papers I've not tried papers gem but it does not allow "Ruby's" license? That's actually my intention (you can use/distribute this with ruby anytime any condition)...
papers gem seems to have "Ruby" as defaults: https://github.com/newrelic/papers/blob/master/README.md Just changing "ruby" to "Ruby" is enough?
@jblaine Sorry for late response. I guess something I'm not aware of is happening at parsing 'PATCH' response. Could you try to add ``` client.debug_dev = STDERR ``` and try...
@kikonen Thanks for the report. It's interesting. Surely Timeout::timeout creates Thread for each timeout call in Ruby, and that's the reason why httpclient had custom Timeout: https://github.com/nahi/httpclient/blob/master/lib/httpclient/timeout.rb But after 1.9...
Sorry for late response. Interesting... Can I access the server, or can you provide captured response from the server?
Here's a patch once I tried: https://github.com/nahi/httpclient/commit/7fc04933961ea3ea5a2aa595172ca7cd29a718f5 There's an compatibility issue I guess but I don't remember the detail... Do you have your patch? If not, can you try the...
Sure, it should. But perhaps because of bad HTTP servers, browsers ignore EOF even for file download (simple GET.). https://code.google.com/p/chromium/codesearch#chromium/src/content/browser/download/download_request_core.cc&q=ERR_INCOMPLETE_CHUNKED_ENCODING&sq=package:chromium&type=cs&l=534 Chromium seems to ignore incomplete download (both for ERR_CONTENT_LENGTH_MISMATCH and...
I implement the flag but I keep this issue open until I make it default behavior.
The mode is added at 2.8.1 by #295, but still disabled by default. 2.9 or 3.0...