Search

CHttpConnection::OpenRequest() - handling of pstrVersion by Xavier Sudre

Closed
as External Help for as External

1
0
Sign in
to vote
Type: Bug
ID: 510455
Opened: 11/13/2009 2:00:23 PM
Access Restriction: Public
0
Workaround(s)
1
User(s) can reproduce this bug
Using CHttpConnection::OpenRequest() to obtain a pointer to a CHttpFile object, I specify "HTTP/1.0" as the value for parameter pstrVersion. When the connection is made to the remote server it is using "HTTP/1.1" instead of "HTTP/1.0".

It seems that the value of the parameter is not properly handled.

--
Xavier Sudre
xavier@sudre.fr
http://xavier.sudre.fr/
Details (expand)

Product Language

English

Version

Other

Operating System

Windows XP

Operating System Language

English

Steps to Reproduce

Specify "HTTP/1.0" as the value for parameter pstrVersion when calling CHttpConnection::OpenRequest().

Actual Results

The connection to the server is using HTTP/1.1.

Expected Results

The connection to the server should use HTTP/1.0 in accordance to the value of the parameter passed to CHttpConnection::OpenRequest().
      You can indicate your satisfaction with how Microsoft handled this issue by completing this quick 3 question survey.

 

File Attachments
0 attachments
Sign in to post a comment.
Posted by Xavier Sudre on 9/28/2010 at 2:51 PM
Hello,

There has not been any feedback on this item in more than 9 months, in or out of Microsoft Connect.

A followup is necessary.

Thanks.

Xavier Sudre.
Posted by Microsoft on 11/14/2009 at 1:04 AM
Thanks for your feedback.

We are routing this issue to the appropriate group within the Visual Studio Product Team for triage and resolution.
These specialized experts will follow-up with your issue.
Sign in to post a workaround.