<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1792,10 +1792,6 @@
     (shutdown :server server)))
 
 (defun test-http-copy-file (port)
-  (when *x-ssl*
-    ;; bug18668: doesn't work when SSL turned on.  Dunno why.  Get a
-    ;; &quot;premature eof from server&quot; in read-client-response-headers.
-    (return-from test-http-copy-file))
   (let* ((reference-files '(&quot;sys:files.bu&quot;
 			    &quot;sys:runtime.bu&quot;
 			    &quot;sys:mlisp.dxl&quot;
@@ -1803,7 +1799,7 @@
 			    &quot;sys:alisp.dxl&quot;
 			    &quot;sys:alisp8.dxl&quot;
 			    &quot;sys:dcl.dxl&quot;))
-	 (url (format nil &quot;http://localhost:~a/http-copy-file&quot; port))
+	 (url (format nil &quot;http~a://localhost:~a/http-copy-file&quot; (if *x-ssl* &quot;s&quot; &quot;&quot;) port))
 	 (temp-file-name (sys:make-temp-file-name &quot;temp&quot;)))
 
     (dolist (reference-file reference-files)</diff>
      <filename>test/t-aserve.cl</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e42f7b775d16abcc16a7635dd84763dbc5ea3674</id>
    </parent>
  </parents>
  <author>
    <name>Marijn Haverbeke</name>
    <email>marijnh@gmail.com</email>
  </author>
  <url>http://github.com/franzinc/aserve/commit/8de460847696dea2969f728368b90f409d9843f4</url>
  <id>8de460847696dea2969f728368b90f409d9843f4</id>
  <committed-date>2009-10-14T07:26:17-07:00</committed-date>
  <authored-date>2009-10-14T07:26:17-07:00</authored-date>
  <message>fix problem in copy-file test that prevented it from working with SSL turned on</message>
  <tree>d2c4fdbddf630acdba1b4acf881b3a29a464ab63</tree>
  <committer>
    <name>Marijn Haverbeke</name>
    <email>marijnh@gmail.com</email>
  </committer>
</commit>
