SSL post to IIS hangs.

"Deshakulakarni, Chandra" <[email protected]>
Newsgroups gmane.comp.lib.libwww
Message-ID <[email protected]>
I am trying to do a post using SSL from my NT4.0 box
to IIS4.0 web-server. I have set HTSSLhttps_init(NO).
SSL read always hangs at
GetMessage(&msg,0,0,0)in file HTEvtLst.c

I added following lines at the beginning of function
HTSSLReader_read() in file HTSSLReader.c

#if defined(_WINDOWS)
  Sleep(1); /* Sleep for 1 millisecond */
#endif

Now Post works fine.
Does anyone know why my post was hanging and why it works
when I add Sleep() to the code.

Thanks,

-Chandra
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.