-
- Downloads
An error occurred while retrieving diff files
http: use shared_ptr<THttpCallArg> in websockets handling
In case of long poll engine requests should be holded until next send operation from the server starts. To correctly resolve ownership, shared_ptr should be used on all stages of processing
Showing
- net/http/inc/THttpLongPollEngine.h 6 additions, 6 deletionsnet/http/inc/THttpLongPollEngine.h
- net/http/inc/THttpServer.h 2 additions, 0 deletionsnet/http/inc/THttpServer.h
- net/http/inc/THttpWSEngine.h 3 additions, 3 deletionsnet/http/inc/THttpWSEngine.h
- net/http/inc/THttpWSHandler.h 3 additions, 2 deletionsnet/http/inc/THttpWSHandler.h
- net/http/src/THttpLongPollEngine.cxx 26 additions, 26 deletionsnet/http/src/THttpLongPollEngine.cxx
- net/http/src/THttpServer.cxx 108 additions, 94 deletionsnet/http/src/THttpServer.cxx
- net/http/src/THttpWSEngine.cxx 2 additions, 2 deletionsnet/http/src/THttpWSEngine.cxx
- net/http/src/THttpWSHandler.cxx 9 additions, 9 deletionsnet/http/src/THttpWSHandler.cxx
Loading
Please register or sign in to comment