WinHttp asynchronous server implementation

  • Thread starter Thread starter Roberto_Frl
  • Start date Start date
R

Roberto_Frl

Guest
I need to develop a http server for sending responses to REST client requests.
My implementation is parallel and asynchronous, based on overlapped structure.
Everything seems good, but to manage POST requests with long body, I need to use a very long body buffer size.
I can't retrieve the entity body with several calls to HttpReceiveRequestEntityBody, after getting the header with HttpReceiveHttpRequest.
I found code example for synchronous behaviour, but not for asynchronous.
I can submit my source code if you need.
Thanks in advance<o:p></o:p>


NewGroup MDSN Visual C++ - Roberto Farioli

Continue reading...
 
Back
Top