Merge branch 'DRTVWR-522-maint' of https://bitbucket.org/lindenlab/viewer
commit
0497e3d8e9
|
|
@ -272,6 +272,7 @@ Beq Janus
|
|||
SL-13583
|
||||
SL-14766
|
||||
SL-14927
|
||||
SL-11300
|
||||
Beth Walcher
|
||||
Bezilon Kasei
|
||||
Biancaluce Robbiani
|
||||
|
|
|
|||
|
|
@ -271,6 +271,7 @@ private:
|
|||
bool mStopped;
|
||||
HttpClass mHttpClasses[AP_COUNT];
|
||||
bool mPipelined; // Global setting
|
||||
boost::signals2::connection mPipelinedSignal; // Signal for 'HttpPipelining' setting
|
||||
boost::signals2::connection mSSLNoVerifySignal; // Signal for 'NoVerifySSLCert' setting
|
||||
|
||||
static LLCore::HttpStatus sslVerify(const std::string &uri, const LLCore::HttpHandler::ptr_t &handler, void *appdata);
|
||||
|
|
|
|||
Loading…
Reference in New Issue