-
- Downloads
DEV-31979: Introduce LLReqID, a class to help individual event API listeners
implement the ["reqid"] convention. This convention dictates that a response LLSD from each such API should contain a ["reqid"] key whose value echoes the ["reqid"] value, if any, in the request LLSD. Add LLReqID support to LLAresListener's "rewriteURI" service, LLSDMessage, LLCapabilityListener and LLXMLRPCListener.
Showing
- indra/llcommon/llevents.cpp 25 additions, 0 deletionsindra/llcommon/llevents.cpp
- indra/llcommon/llevents.h 81 additions, 0 deletionsindra/llcommon/llevents.h
- indra/llmessage/llareslistener.cpp 20 additions, 19 deletionsindra/llmessage/llareslistener.cpp
- indra/llmessage/llsdmessage.cpp 5 additions, 2 deletionsindra/llmessage/llsdmessage.cpp
- indra/llmessage/llsdmessage.h 3 additions, 0 deletionsindra/llmessage/llsdmessage.h
- indra/llmessage/tests/llareslistener_test.cpp 9 additions, 3 deletionsindra/llmessage/tests/llareslistener_test.cpp
- indra/newview/llcapabilitylistener.cpp 1 addition, 0 deletionsindra/newview/llcapabilitylistener.cpp
- indra/newview/llxmlrpclistener.cpp 3 additions, 1 deletionindra/newview/llxmlrpclistener.cpp
Please register or sign in to comment