Tomislav Dedus wrote:

Hi,

first of all great project.

But I'm having little trouble with a multipart post.All other requests are
working fine.
After I execute the MultipartPostMethod with a few (120) StringParts nothing
happens.
The log shows that I get the response header "HTTP/1.1 100 continue" but
thats all.
Then after while (90000ms) a SocketTimeoutException occures.


Is there a problem in my code or is that a known problem?


Toislav,

it seems that IIS expects you to use a 100 continue handshake. Try and enable it in HttpClient.

--
 _________________________________________________________________
 NOSE applied intelligence ag

 ortwin glück                      [www]      http://www.nose.ch
 software engineer
 hardturmstrasse 171               [pgp id]           0x81CF3416
 8005 zürich                       [office]      +41-1-277 57 35
 switzerland                       [fax]         +41-1-277 57 12

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to