OnRequestDone event not firing - WeOnlyDo Discussion board

OnRequestDone event not firing (General questions)

by Paul Draper, Thursday, September 22, 2005, 12:34 (7001 days ago)

Hi,

I have an Borland C++ application built around the COM version of wodWebServer.

I have come across a strange problem. I am receiving a request

[code]GET /tmtrack/java/toc.jar[/code]

from IE and I see it arrive in the OnRequestHeaders event, however I never receive the OnRequestDone event.

Any idea what could be causing this?

I can get a debug log if that will help.

Thanks Paul.

Re: OnRequestDone event not firing

by wodSupport, Thursday, September 22, 2005, 12:41 (7001 days ago) @ Paul Draper

Paul,

only thing that comes to my mind is that wrapper isn't properly generated. Can you zip that C++ project and send it over?

Re: OnRequestDone event not firing

by Paul Draper, Thursday, September 22, 2005, 17:01 (7001 days ago) @ wodSupport

Hi,

sorry I didn't explain it very clearly.

My server componant correctly receives numerous GET requests from the browser and the OnRequestHeaders and OnRequestDone events fire correctly for all of them.

It is only when the GET /tmtrack/java/toc.jar request arrives that the OnRequestHeaders fires and the OnRequestDone does not.

HTH

Paul.

Re: OnRequestDone event not firing

by wodSupport, Thursday, September 22, 2005, 18:05 (7001 days ago) @ Paul Draper

Paul,

I don't see why it should be that way. Even if it's a bug - this is really strange one!

Can you zip your code and send it over, together with directory structure?

Re: OnRequestDone event not firing

by Paul Draper, Friday, September 23, 2005, 12:48 (7000 days ago) @ wodSupport

Hi,

Might take me a bit of time. It's part of a larger app, so I'll try to extract it out into a text harness.

I'll post again when I have something small working.

Cheers
Paul.