[jira] Updated: (HTTPCORE-205) AbstractMultiworkerIOReactor needs optional Latch to signal when ready.

2009-09-04 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCORE-205: --- Fix Version/s: 4.1 Fair enough. Would you be willing to put together a patch for th

Re: svn commit: r811106 - /httpcomponents/httpclient/branches/4.0.x/

2009-09-04 Thread Oleg Kalnichevski
On Fri, Sep 04, 2009 at 01:39:00AM +0100, sebb wrote: > On 03/09/2009, ol...@apache.org wrote: > > Author: olegk > > Date: Thu Sep 3 20:24:11 2009 > > New Revision: 811106 > > > > URL: http://svn.apache.org/viewvc?rev=811106&view=rev > > Log: > > HttpClient 4.0.x branch > > What's this bran

[jira] Commented: (HTTPCLIENT-872) Add preemptive authentication

2009-09-04 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751373#action_12751373 ] Oleg Kalnichevski commented on HTTPCLIENT-872: -- > need to cache the Author

[RFC] AsyncHttpClient prototype

2009-09-04 Thread Oleg Kalnichevski
Folks I have put together a very rough, very basic prototype of an asynchronous HTTP client based on HttpCore NIO 4.0 and HttpClient 4.0. While I am still not convinced we, as a project, can sustain an additional code line, I would like to make that code available publicly for two reasons: (1) th

Re: [RFC] AsyncHttpClient prototype

2009-09-04 Thread Quintin Beukes
I must have missed a conversation somewhere, but what would an async client be? Q On Fri, Sep 4, 2009 at 3:15 PM, Oleg Kalnichevski wrote: > Folks > > I have put together a very rough, very basic prototype of an asynchronous > HTTP > client based on HttpCore NIO 4.0 and HttpClient 4.0. While I

Re: [RFC] AsyncHttpClient prototype

2009-09-04 Thread Oleg Kalnichevski
On Fri, Sep 04, 2009 at 03:19:07PM +0200, Quintin Beukes wrote: > I must have missed a conversation somewhere, but what would an async client > be? > It would be to HttpCore NIO what HttpClient is to blocking HttpCore: a layer of advanced client side services such as connection pooling, proxy sup

Re: [RFC] AsyncHttpClient prototype

2009-09-04 Thread Asankha C. Perera
Hi Oleg > I have put together a very rough, very basic prototype of an asynchronous HTTP > client based on HttpCore NIO 4.0 and HttpClient 4.0. While I am still not > convinced we, as a project, can sustain an additional code line, I would like > to make that code available publicly for two reasons

[jira] Created: (HTTPCLIENT-874) Override method MultipartEntity.addPart so that applications may use FormBodyPart

2009-09-04 Thread Gerald Turner (JIRA)
Override method MultipartEntity.addPart so that applications may use FormBodyPart - Key: HTTPCLIENT-874 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-874 Project:

[jira] Updated: (HTTPCLIENT-874) Override method MultipartEntity.addPart so that applications may use FormBodyPart

2009-09-04 Thread Gerald Turner (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerald Turner updated HTTPCLIENT-874: - Attachment: AddPart.patch Attached patch to implement addPart override method. > Ove

[jira] Commented: (HTTPCLIENT-874) Override method MultipartEntity.addPart so that applications may use FormBodyPart

2009-09-04 Thread Gerald Turner (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751529#action_12751529 ] Gerald Turner commented on HTTPCLIENT-874: -- The patch has method signature add

[jira] Updated: (HTTPCORE-205) AbstractMultiworkerIOReactor needs optional Latch to signal when ready.

2009-09-04 Thread Patrick Moore (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Moore updated HTTPCORE-205: --- Attachment: AbstractMultiworkerIOReactor.patch had to do a bit of hand edit to this patch f

[jira] Updated: (HTTPCLIENT-873) CoreConnectionPNames/HttpConnectionParams doesn't have a corresponding Bean class

2009-09-04 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-873: - Fix Version/s: 4.1.0 Gerald, Can you put together a patch for this issue? O

[jira] Resolved: (HTTPCLIENT-874) Override method MultipartEntity.addPart so that applications may use FormBodyPart

2009-09-04 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-874. -- Resolution: Fixed Fix Version/s: 4.1.0 Patch checked in. Oleg > Ov

[jira] Commented: (HTTPCORE-205) AbstractMultiworkerIOReactor needs optional Latch to signal when ready.

2009-09-04 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751623#action_12751623 ] Oleg Kalnichevski commented on HTTPCORE-205: Patrick, Actually why do care w

[jira] Commented: (HTTPCORE-205) AbstractMultiworkerIOReactor needs optional Latch to signal when ready.

2009-09-04 Thread Patrick Moore (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751643#action_12751643 ] Patrick Moore commented on HTTPCORE-205: Hi Oleg -- I know you hate to hear this

[jira] Commented: (HTTPCORE-205) AbstractMultiworkerIOReactor needs optional Latch to signal when ready.

2009-09-04 Thread Patrick Moore (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751644#action_12751644 ] Patrick Moore commented on HTTPCORE-205: Additionally the above suggestion would