OnRequestDone event not firing (General questions)

by Paul Draper @, (7163 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.

locked

Re: OnRequestDone event not firing

by Jasmine, (7163 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?

locked

Re: OnRequestDone event not firing

by Paul Draper @, (7163 days ago) @ Jasmine

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.

locked

Re: OnRequestDone event not firing

by Jasmine, (7163 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?

locked

Re: OnRequestDone event not firing

by Paul Draper @, (7162 days ago) @ Jasmine

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.

locked