[GitHub] httpcomponents-core issue #99: Add `handshakeTimeout` support throughout

2018-12-04 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpcomponents-core/pull/99 That's all fine with me of course, but I'd want to make sure the Javadocs are updated so it is easy to understand what a timeout applies to but I did not check the state

[GitHub] httpcomponents-core issue #99: Add `handshakeTimeout` support throughout

2018-12-04 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpcomponents-core/pull/99 Hi @rschmitt , Are you worried about making ```RequestConfig``` more 'crowded' and confusing and are therefore piggybacking on top of another setting? Or, would the b

[GitHub] httpcomponents-core issue #94: Basic client support for SOCKS version 5 (no ...

2018-11-27 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpcomponents-core/pull/94 Hi @dmap Thank you for your contribution! How about adding some unit tests? Gary --- - To

[GitHub] httpcomponents-core pull request #90: Define a timeout exception and deadlin...

2018-10-18 Thread garydgregory
Github user garydgregory closed the pull request at: https://github.com/apache/httpcomponents-core/pull/90 --- - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org

[GitHub] httpcomponents-core issue #90: Define a timeout exception and deadline more ...

2018-10-18 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpcomponents-core/pull/90 PR merged; local build OK; closing. --- - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional

[GitHub] httpcomponents-core issue #90: Define a timeout exception and deadline more ...

2018-10-15 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpcomponents-core/pull/90 @ok2c , OK, thank you. --- - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e

[GitHub] httpcomponents-core issue #90: Define a timeout exception and deadline more ...

2018-10-15 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpcomponents-core/pull/90 @ok2c With my latest commits, all Travis CI builds are green for this PR. --- - To unsubscribe, e-mail: dev

[GitHub] httpcomponents-core pull request #90: Define a timeout exception and deadlin...

2018-10-14 Thread garydgregory
Github user garydgregory commented on a diff in the pull request: https://github.com/apache/httpcomponents-core/pull/90#discussion_r225022740 --- Diff: httpcore5/src/main/java/org/apache/hc/core5/concurrent/BasicFuture.java --- @@ -94,7 +95,7 @@ public synchronized T get(final

[GitHub] httpcomponents-core pull request #90: Define a timeout exception more precis...

2018-10-14 Thread garydgregory
Github user garydgregory commented on a diff in the pull request: https://github.com/apache/httpcomponents-core/pull/90#discussion_r225006254 --- Diff: httpcore5/src/main/java/org/apache/hc/core5/concurrent/BasicFuture.java --- @@ -94,7 +95,7 @@ public synchronized T get(final

[GitHub] httpcomponents-core issue #90: Define a timeout exception more precisely.

2018-10-14 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpcomponents-core/pull/90 @ok2c I will reply/work on it when I get home tonight (on my phone ATM.) --- - To unsubscribe, e-mail: dev

[GitHub] httpcomponents-core pull request #90: Define a timeout exception more precis...

2018-10-13 Thread garydgregory
Github user garydgregory commented on a diff in the pull request: https://github.com/apache/httpcomponents-core/pull/90#discussion_r224965993 --- Diff: httpcore5/src/main/java/org/apache/hc/core5/concurrent/BasicFuture.java --- @@ -94,7 +95,7 @@ public synchronized T get(final

[GitHub] httpcomponents-core pull request #90: Define a timeout exception more precis...

2018-10-13 Thread garydgregory
Github user garydgregory commented on a diff in the pull request: https://github.com/apache/httpcomponents-core/pull/90#discussion_r224963982 --- Diff: httpcore5/src/main/java/org/apache/hc/core5/concurrent/BasicFuture.java --- @@ -94,7 +95,7 @@ public synchronized T get(final

[GitHub] httpcomponents-core pull request #90: Define a timeout exception more precis...

2018-10-12 Thread garydgregory
GitHub user garydgregory opened a pull request: https://github.com/apache/httpcomponents-core/pull/90 Define a timeout exception more precisely. Create and use a subclass of java.util.concurrent.TimeoutException called TimeoutValueException to precisely define a timeout exception

[GitHub] httpcomponents-core issue #67: HTTPCORE-484 use TimeWheel algorithm to deal ...

2018-07-12 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpcomponents-core/pull/67 It would be great to show a small program that demonstrates the performance difference. Maybe something that can be run before and after the patch is applied

[GitHub] httpcomponents-core issue #64: Add remote address to connect exception

2018-05-22 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpcomponents-core/pull/64 I committed this PR with some minor changes to the branch 4.4.x. Please verify and close. --- - To unsubscribe

[GitHub] httpcomponents-core issue #64: Add remote address to connect exception

2018-05-19 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpcomponents-core/pull/64 Sounds reasonable to me. @ok2c ? --- - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional

[GitHub] httpasyncclient issue #6: 4.1.2/3

2018-03-13 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpasyncclient/pull/6 @383124397 Please provide your patch on top of the HEAD of the 4.1.x branch. It looks like you are based on code from a 4.1.1-SNAPSHOT. Thank you

[GitHub] httpcomponents-client issue #100: Information responses (1xx) processing imp...

2018-03-12 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpcomponents-client/pull/100 @ok2c : Oops, I did not realize we were talking about 5.0, sorry. So yeah, changing the current interface makes sense

[GitHub] httpcomponents-client issue #100: Information responses (1xx) processing imp...

2018-03-12 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpcomponents-client/pull/100 Wouldn't adding a method to an existing interface break BC? Are we OK with that or would we/should we introduce a subinte

[GitHub] httpcomponents-core issue #49: HeaderGroup uses a ReadWriteLock for access t...

2017-08-09 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpcomponents-core/pull/49 Could there be fewer changes if a CopyOnWriteArrayList is used instead of an ArrayList in HeaderGroup? --- If your project is set up for it, you can reply to this email and have

[GitHub] httpclient issue #76: Allow to add exec interceptor as the first and the las...

2017-05-09 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpclient/pull/76 I do not see any either . You can be the first ;-) HttpCore 5 GA has to come first. Oleg can speak to schedule. I think it will be a while though. We are in alpha mode

[GitHub] httpclient issue #75: Add Brotli support

2017-05-07 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpclient/pull/75 Tracking through a new ticket here: https://issues.apache.org/jira/browse/HTTPCLIENT-1843 --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] httpclient issue #75: Add Brotli support

2017-05-01 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpclient/pull/75 Oops, wrong project, can you please patch against Apache Commons Compress? https://github.com/apache/commons-compress Thank you, Gary --- If your project is set up for it, you

[GitHub] httpclient issue #75: Add Brotli support

2017-05-01 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpclient/pull/75 We're all good :-) I only intended to mention the project is alive and well :-) And I meant to say Apache Commons Compress (https://commons.apache.org/proper/commons-compress/), not

[GitHub] httpclient issue #75: Add Brotli support

2017-05-01 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpclient/pull/75 Commons Codec is alive and well and released fairly regularly. Disclosure: I am the project chair over at Apache Commons. Feel free to create a Jira or PR in Common Compress ;-) --- If

[GitHub] httpcore issue #42: add a provider parameter in SSLContextBuilder In 4.4.x b...

2017-04-03 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpcore/pull/42 I applied the patch to 4.4.x. Thank you! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] httpcore issue #41: add a provider parameter in SSLContextBuilder In 5.0 bra...

2017-04-02 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpcore/pull/41 @lujianbo so it sounds like "go for it". I'd suggest you port the trunk code to the 4.4 branch in a new PR. --- If your project is set up for it, you can reply to this emai

[GitHub] httpcore issue #41: add a provider parameter in SSLContextBuilder In 5.0 bra...

2017-03-31 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpcore/pull/41 Based on our current versioning policy and recent discussions about other features, this would not be appropriate in a bug fix version like 4.4.7 but should go in as a new API/feature in a 4.5

[GitHub] httpcore issue #41: add a provider parameter in SSLContextBuilder In 5.0 bra...

2017-03-31 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpcore/pull/41 I can see that. My point is that it is confusing to allow a user to set both and have one used and not the other when this is not even documented in a Javadoc comment. Do you really need both

[GitHub] httpclient issue #64: [HTTPCLIENT-1810] URIBuilder.toString() always adds '/...

2017-02-07 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpclient/pull/64 Yes! On Tue, Feb 7, 2017 at 4:35 PM, Coderec wrote: > *@Coderec* commented on this pull request. > -- > > In httpclient/s

[GitHub] httpclient pull request #64: [HTTPCLIENT-1810] URIBuilder.toString() always ...

2017-02-07 Thread garydgregory
Github user garydgregory commented on a diff in the pull request: https://github.com/apache/httpclient/pull/64#discussion_r99966404 --- Diff: httpclient/src/main/java/org/apache/http/client/utils/URIBuilder.java --- @@ -492,8 +492,8 @@ public String toString

[GitHub] httpclient issue #56: HTTPCLIENT-1752 - Allow to configure the OSGI clients ...

2016-07-22 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/httpclient/pull/56 Hi Simone! Nice to see a patch from you. Is there a way all this new code can be unit tested? I know that running an OSGi container in a "unit" test is he

[GitHub] httpcore pull request: Code quality fix - Utility classes should n...

2016-03-10 Thread garydgregory
Github user garydgregory commented on the pull request: https://github.com/apache/httpcore/pull/26#issuecomment-195153712 Thank you for the updated patch! Committed revision 1734489. Gary --- If your project is set up for it, you can reply to this email and have

[GitHub] httpcore pull request: Code quality fix - Utility classes should n...

2016-03-10 Thread garydgregory
Github user garydgregory commented on the pull request: https://github.com/apache/httpcore/pull/26#issuecomment-194998971 I think that if you want to have this kind of change, I would like it better if there was a code comment on the ctor that read something like "Do not

[GitHub] httpcore pull request: Code quality fix - Collapsible "if" stateme...

2016-03-10 Thread garydgregory
Github user garydgregory commented on the pull request: https://github.com/apache/httpcore/pull/25#issuecomment-194997788 Thank you for your patch! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] httpcore pull request: Code quality fix - Collapsible "if" stateme...

2016-03-10 Thread garydgregory
Github user garydgregory commented on the pull request: https://github.com/apache/httpcore/pull/25#issuecomment-194996238 Hi, In the future, please run a build before you submit a patch. This patch fails our checkstyle rules: > E:\vcs\svn\apache\httpcomponents\tr

[GitHub] httpcore pull request: Code quality fix - Array designators "[]" s...

2016-03-10 Thread garydgregory
Github user garydgregory commented on the pull request: https://github.com/apache/httpcore/pull/24#issuecomment-194995325 Hi, Thank you for your patch! Committed revision 1734442. Gary --- If your project is set up for it, you can reply to this email and

[GitHub] httpcore pull request: Code quality fix - Useless parentheses arou...

2016-03-10 Thread garydgregory
Github user garydgregory commented on the pull request: https://github.com/apache/httpcore/pull/23#issuecomment-194992409 Hi, Thank you for your patch! Committed revision 1734440. Gary --- If your project is set up for it, you can reply to this email and

[GitHub] httpclient pull request: make constructor of Content public

2016-02-05 Thread garydgregory
Github user garydgregory commented on the pull request: https://github.com/apache/httpclient/pull/45#issuecomment-180664477 Committed to trunk and 4.5.x branch. Please verify and close. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] httpclient pull request: make constructor of Content public

2016-02-05 Thread garydgregory
Github user garydgregory commented on the pull request: https://github.com/apache/httpclient/pull/45#issuecomment-180664451 ``` commit -m "[HTTPCLIENT-1717] Make fluent API .Content.Content(byte[], ContentType) public." -N E:/vcs/svn/apache/httpcomponents/trunk/

[GitHub] httpclient pull request: make constructor of Content public

2016-02-05 Thread garydgregory
Github user garydgregory commented on the pull request: https://github.com/apache/httpclient/pull/45#issuecomment-180664397 commit -m "[HTTPCLIENT-1717] Make fluent API .Content.Content(byte[], ContentType) public." -N E:/vcs/svn/apache/httpcomponents/branches/4.5.x/

[GitHub] httpclient pull request: make constructor of Content public

2016-02-04 Thread garydgregory
Github user garydgregory commented on the pull request: https://github.com/apache/httpclient/pull/45#issuecomment-180197902 I'm OK with that. Oleg? Should we make the ctor public or add a factory method? --- If your project is set up for it, you can reply to this email and have

[GitHub] httpcore pull request: HTTPCORE-418: add constructor to HttpHost f...

2016-01-31 Thread garydgregory
Github user garydgregory commented on the pull request: https://github.com/apache/httpcore/pull/20#issuecomment-177623136 Patch applied: Committed revision 1727859. Please verify and close. Thank you @HendricksonJS ! --- If your project is set up for it

[GitHub] httpclient pull request: Add dnsResolver to HttpClientBuilder

2016-01-25 Thread garydgregory
Github user garydgregory commented on the pull request: https://github.com/apache/httpclient/pull/42#issuecomment-174836007 I committed this patch to https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x: > commit -m "[HTTPCLIENT-1

[GitHub] httpclient pull request: Delete obsolete clone method

2015-12-28 Thread garydgregory
Github user garydgregory commented on the pull request: https://github.com/apache/httpclient/pull/40#issuecomment-167711849 Committed to git master. Please verify and close. In Apache's Jira as [HTTPCLIENT-1709]. --- If your project is set up for it, you can reply to this emai