<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p>Maybe we should even disable it on all clients via script? Most users are likely not to read each commit message ...</p>
<div id="x_Signature">
<div name="x_divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div><font size="2" color="#808080"></font></div>
</div>
</div>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von commits@source.squeak.org <commits@source.squeak.org><br>
<b>Gesendet:</b> Montag, 23. September 2019 17:43:06<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org; packages@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Trunk: Monticello-ul.702.mcz</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Levente Uzonyi uploaded a new version of Monticello to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/Monticello-ul.702.mcz">http://source.squeak.org/trunk/Monticello-ul.702.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Monticello-ul.702<br>
Author: ul<br>
Time: 23 September 2019, 5:42:41.889162 pm<br>
UUID: a4a352f6-efcd-41ce-b716-f490b49229bb<br>
Ancestors: Monticello-ul.701<br>
<br>
- disable #useSharedWebClientInstance on Windows by default until the issue is resolved<br>
<br>
=============== Diff against Monticello-ul.701 ===============<br>
<br>
Item was changed:<br>
  ----- Method: MCHttpRepository class>>useSharedWebClientInstance (in category 'preferences') -----<br>
  useSharedWebClientInstance<br>
         <br>
         <preference: 'Use shared WebClient instance'<br>
                 category: 'Monticello'<br>
                 description: 'When true, use a shared WebClient instance to speed up downloads from MCHttpRepositories. Requires WebClient to be present.'<br>
                 type: #Boolean><br>
+        ^UseSharedWebClientInstance ifNil: [<br>
+                "The is some issue on Windows, so don't use it there by default. See
<a href="http://lists.squeakfoundation.org/pipermail/squeak-dev/2019-September/thread.html#203921">
http://lists.squeakfoundation.org/pipermail/squeak-dev/2019-September/thread.html#203921</a> for details."<br>
+                Smalltalk os platformName ~= 'Win32' ]!<br>
-        ^UseSharedWebClientInstance ifNil: [ true ]!<br>
<br>
<br>
</div>
</span></font>
</body>
</html>