##// END OF EJS Templates
threading: Add factory that creates curl session for each thread....
threading: Add factory that creates curl session for each thread. When creating a repo with an import url pointing to another repo on the same enterprise instance we call the vcssserver to check the url. The vcsserver then calls to enterprise to verify the url. This leads to two threads using the same cur session.

File last commit:

r110:df4eb304 default
r243:dae685be default
Show More
patch-rhodecode-tools-setup.diff
11 lines | 243 B | text/x-diff | DiffLexer
/ pkgs / patch-rhodecode-tools-setup.diff
project: added all source files and assets
r1 diff --git a/requirements.txt b/requirements.txt
--- a/requirements.txt
+++ b/requirements.txt
dan
pkgs: update rce to use tools 0.8.0
r110 @@ -3,7 +3,7 @@future==0.14.3
project: added all source files and assets
r1 six==1.9.0
mako==1.0.1
markupsafe==0.23
-requests==2.5.1
+requests
dan
pkgs: update rce to use tools 0.8.0
r110 #responses
project: added all source files and assets
r1 whoosh==2.7.0
dan
pkgs: update rce to use tools 0.8.0
r110 elasticsearch==2.3.0