Connection leakage from Migrating 4.2.3 - 4.3.3

2014-03-24 Thread Nick Chang
Hello, We are using httpclient to build a web proxy application in our product. We use 4.2.3 version and it has been working flawlessly. Now I am trying to migrate the product's httpclient library from 4.2.3 to 4.3.3 to achieve SNI-Extension support with JDK1.7. We have to re-factor several

Re: Multiple leading slash characters in URI

2014-07-07 Thread Nick Chang
Hello, Here is a simple code sniplet to reproduce the issue. public static void main(String[] args) throws Exception { DefaultHttpClient httpclient = new DefaultHttpClient(); HttpGet httpGet = new HttpGet(http://www.google.com///imghp;); HttpResponse response1 =

Re: Multiple leading slash characters in URI

2014-07-09 Thread Nick Chang
is normalizePath(). I am tempted to modify the piece of code to see if apache client library (v4.2.3) can be tailored to work for my project. Kind Regards, Nick On Tue, Jul 8, 2014 at 12:37 PM, Oleg Kalnichevski ol...@apache.org wrote: On Mon, 2014-07-07 at 17:46 -0400, Nick Chang wrote: Hello

Re: Websocket support??

2015-05-08 Thread Nick Chang
support, though. Oleg - To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org For additional commands, e-mail: httpclient-users-h...@hc.apache.org -- edge technologies Nick Chang, Senior Software Engineer P