On Tue, 07 Nov 2006 11:24:05 +0100 "Christian V." <[EMAIL PROTECTED]> wrote:
> Hi , > > i 'm running a third-party web service authentication module that > hangs when the request coming from the client is splitted out in > different chunks. I don't have access to the module and to the client > neither, so I'm thinking to write an input filter that collects all > the chunks and pass'em to the downstream filter or handler . > Is that possible? It's possible, yes. Whether it'll fix the problem for you is not certain. I'd suggest starting with a quick hack (or a dechunking proxy in front of your server) to test it first, if you really can't get the source. -- Nick Kew Application Development with Apache - the Apache Modules Book http://www.apachetutor.org/
