HttpConnectionPool::shutdown not thread safe
void
HttpConnectionPool::shutdown(const HttpConnectionPtr& connection) {
connections_.remove(connection);
connection->shutdown();
}
the remove call must be in critical section (protected by instance mutex).
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information