NIO Connection Management

2008-06-23 Thread Quintin Beukes
is reached. It seems to me that the connected() method is more what wraps IOSession (thus the Channel) inside a DefaultNHttpClientConnection object. So you can't really manage the connections, as a new physical connection is already made at this point. -- Quintin B

Re: NIO Connection Management

2008-06-23 Thread Quintin Beukes
take the latest source, and implement it. Unless it's very complex I'll probably have it done/tested it 2/3 days. Q On 6/23/08, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > On Mon, 2008-06-23 at 21:01 +0200, Quintin Beukes wrote: > > Hey, > > > > I chec

Re: The Cookie jar's lid seems stuck

2008-07-07 Thread Quintin Beukes
uestion. Does the RFC allow one to split 2 cookie headers with a COMMA+SPACE? Because it seems PHP concatenates both with a ", ", and then parses it from here. Quintin On 7/2/08, Quintin Beukes <[EMAIL PROTECTED]> wrote: > Hey, > > Due to our search engine for one of our sites

Re: The Cookie jar's lid seems stuck

2008-07-07 Thread Quintin Beukes
ent failures of my requests. Seems like it sometimes happens even with millisecond gaps in between. Any ideas? Quintin On 7/7/08, Quintin Beukes <[EMAIL PROTECTED]> wrote: > Hey, > > I found the problem I had, cookies received through the Servlet > doesn't have a domain

Bug causes sending of Content-Length twice

2008-08-04 Thread Quintin Beukes
d? If you need more information, or want me to try/test some things, let me know. -- Quintin Beukes

Bug in HC

2008-08-18 Thread Quintin Beukes
Runner.run(OnMessageRunner.java:258) com.sun.enterprise.connectors.work.OneWork.doWork(OneWork.java:76) com.sun.corba.ee.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:555) -- Quintin Beukes

Re: Bug in HC

2008-08-18 Thread Quintin Beukes
ht be needed to get it compiled. For now I just need to continue with the project and see if it fixes the bug, in case not finding a solution. Very pressed for time these past few weeks. Q On Tue, Aug 19, 2008 at 12:10 AM, Oleg Kalnichevski <[EMAIL PROTECTED]>wrote: > Quintin Beukes w

Re: [RFC] AsyncHttpClient prototype

2009-09-04 Thread Quintin Beukes
> To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org > For additional commands, e-mail: dev-h...@hc.apache.org > > -- Quintin Beukes

Re: Add TOC to PDF Userguide

2009-09-08 Thread Quintin Beukes
- >> >  To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org >> >  For additional commands, e-mail: dev-h...@hc.apache.org >> > >> > >> >> - >> To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org >> For additional commands, e-mail: dev-h...@hc.apache.org >> > > - > To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org > For additional commands, e-mail: dev-h...@hc.apache.org > > -- Quintin Beukes - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org

Re: Add TOC to PDF Userguide

2009-09-08 Thread Quintin Beukes
Also, I'm being stupid here. Do you guys even use the FOP? I'm so used to it I didn't even think to ask. Q On Tue, Sep 8, 2009 at 1:27 PM, Quintin Beukes wrote: > TRY the following 2 XSLT parameters: > section.autolabel = 1 > fop1.extensions = 1 > > Not sure which

Re: Add TOC to PDF Userguide

2009-09-10 Thread Quintin Beukes
I assume from your excited tone that you now have bookmarks? Q On Wed, Sep 9, 2009 at 12:07 AM, sebb wrote: > On 08/09/2009, Quintin Beukes wrote: >> TRY the following 2 XSLT parameters: >>  section.autolabel = 1 > > Adding that causes an error, because it's already

Re: Add TOC to PDF Userguide

2009-09-10 Thread Quintin Beukes
Nice. Those bookmarks are really useful. Q On Thu, Sep 10, 2009 at 12:31 PM, sebb wrote: > Yes, all that was missing was the fop1.extensions. > > Thanks again. > > On 10/09/2009, Quintin Beukes wrote: >> I assume from your excited tone that you now have bookmarks? >>