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></o>
NewGroup MDSN Visual C++ - Roberto Farioli
Continue reading...
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></o>
NewGroup MDSN Visual C++ - Roberto Farioli
Continue reading...