HTTPWebRequest/Response Error handling the HTTP 207 resonse code?

  • Thread starter Thread starter Nick Jacobsen
  • Start date Start date
N

Nick Jacobsen

Hoping that someone else has either run into this, or can point me in the
right direction to fix it. I am making an PROPFIND HTTP Request to a WebDav
Mail server (hotmail,. to be specific) using HTTPWebRequest, and everthing
goes fine, until the server responds with a "207 MULTISTATUS" response
type - at this point, the program just hangs *forever*. I traced this down
using proxyTrace and watching the HTTP requests go back and forth - so a big
thanks to the writer of proxyTrace, since unil it came out, i was stuck
using some cygwin linux utilities :)
So, if anyone has any idea why it hangs at this response, I would be
greatful - and even more greatful for a fix...

TIA,
Nick Jacobsen
 
Can you post some code which shows the hang ?

=========
This posting is provided as-is. It offers no warranties and confers no
rights.
 
Back
Top