Hi -

I have an application that is talking to a web server that tends to send
back http 100 (CONTINUE) responses.  According to the spec all clients
should be prepared to receive 1XX, even if they choose to swallow them. 
It looks to me like HttpTransport::HTTPValidate() throws an exception as
SERVER_TRANSPORT_UNKNOWN_HTTP_RESPONSE if it gets back a 100 series
status.

1) Is this a proper evaluation of what's happening?
2) Is there a reason the 100s aren't handled properly?
3) Is there a workaround for us?

Thanks in advance -

John


Reply via email to