Click here to Skip to main content
15,897,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: SearchPath API fails in UNICODE debug build Pin
Vinaya23-May-05 18:27
Vinaya23-May-05 18:27 
GeneralCapture handle of window from process id Pin
saravananvv23-May-05 0:45
saravananvv23-May-05 0:45 
GeneralRe: Capture handle of window from process id Pin
Flit24-May-05 3:08
Flit24-May-05 3:08 
GeneralRecord Set failed to open Pin
mikobi23-May-05 0:42
mikobi23-May-05 0:42 
GeneralRe: Record Set failed to open Pin
David Crow23-May-05 2:18
David Crow23-May-05 2:18 
GeneralNo effect after calling SetButtonInfo in a CFormView Pin
AnTri23-May-05 0:41
AnTri23-May-05 0:41 
GeneralRe: No effect after calling SetButtonInfo in a CFormView Pin
Ryan Binns23-May-05 4:21
Ryan Binns23-May-05 4:21 
GeneralHTTP Parser, method HEAD Pin
Anonymous23-May-05 0:33
Anonymous23-May-05 0:33 
Hello.
please, help me with this problem.

the program is to parse HTTP messages. From the RFC 2616 (HTTP/1.1):

"The HEAD method is identical to GET except that the server MUST NOT
return a message-body in the response. The metainformation contained
in the HTTP headers in response to a HEAD request SHOULD be identical
to the information sent in response to a GET request."

It means the response will inlude the Content-Length header but will have no body.
How to differ response on HEAD method and on GET?
While the connection is persistent the client can send a lot of HEAD requests one by one or in another order. The headers of these (GET and HEAD) responses are identical,but in case of HEAD the parser must not parse message-body.

How to differ them?

Thank you.
GeneralConverting from CComBSTR to std::string Pin
Franz Klein22-May-05 23:55
Franz Klein22-May-05 23:55 
GeneralRe: Converting from CComBSTR to std::string Pin
RChin23-May-05 0:14
RChin23-May-05 0:14 
GeneralPreventing a window frm closing Pin
softwaremonkey22-May-05 23:40
softwaremonkey22-May-05 23:40 
GeneralRe: Preventing a window frm closing Pin
toxcct22-May-05 23:43
toxcct22-May-05 23:43 
GeneralRe: Preventing a window frm closing Pin
softwaremonkey22-May-05 23:46
softwaremonkey22-May-05 23:46 
GeneralRe: Preventing a window frm closing Pin
toxcct22-May-05 23:53
toxcct22-May-05 23:53 
GeneralRe: Preventing a window frm closing Pin
ddmcr23-May-05 1:45
ddmcr23-May-05 1:45 
GeneralIs it logical to resize image for every rotation Pin
bratgiles22-May-05 23:15
bratgiles22-May-05 23:15 
GeneralMinimum configuration Pin
Kiki9922-May-05 22:35
Kiki9922-May-05 22:35 
GeneralRe: Minimum configuration Pin
Geert van Horrik22-May-05 23:24
Geert van Horrik22-May-05 23:24 
GeneralCreating a tlb-file Pin
anderslundsgard22-May-05 20:27
anderslundsgard22-May-05 20:27 
GeneralRe: Creating a tlb-file Pin
toxcct22-May-05 20:28
toxcct22-May-05 20:28 
GeneralRe: Creating a tlb-file Pin
ThatsAlok22-May-05 20:38
ThatsAlok22-May-05 20:38 
GeneralRe: Creating a tlb-file Pin
anderslundsgard22-May-05 20:43
anderslundsgard22-May-05 20:43 
GeneralRe: Creating a tlb-file Pin
ThatsAlok22-May-05 20:36
ThatsAlok22-May-05 20:36 
GeneralRe: Creating a tlb-file Pin
anderslundsgard22-May-05 20:53
anderslundsgard22-May-05 20:53 
GeneralRe: Creating a tlb-file Pin
ThatsAlok22-May-05 21:12
ThatsAlok22-May-05 21:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.