Give terrasync a custom HTTP UA.
This commit is contained in:
parent
e973e406a3
commit
80ff0282c3
@ -302,6 +302,7 @@ SGTerraSync::SvnThread::SvnThread() :
|
|||||||
_stop(false),
|
_stop(false),
|
||||||
_use_svn(true)
|
_use_svn(true)
|
||||||
{
|
{
|
||||||
|
_http.setUserAgent("terrasync-" SG_STRINGIZE(SG_VERSION));
|
||||||
}
|
}
|
||||||
|
|
||||||
void SGTerraSync::SvnThread::stop()
|
void SGTerraSync::SvnThread::stop()
|
||||||
|
Loading…
Reference in New Issue
Block a user