OnRequestDone event not firing (General questions)
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
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
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
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
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.