WinInet will essentially ignore 100-Continue responses. It will read the 100
response and discard it. If the application has registered a callback
function, WinInet will notify the app's callback with an
INTERNET_STATUS_INTERMEDIATE_RESPONSE notification.
Note that WinInet will not start reading any response data from the server
(including 100-Continue's) until the client has trasnmitted the entire
request.
Stephen
Post by Jack LeeWhen the server return the
HTTP/1.1 100 Continue
How does wininet handle this?