Anyone having issues w/ the above test hanging after test 182?
On the 2.4.x branch it runs thru to completion, but on trunk (macOS),
stalls after 182:
...
#lwp request:
#GET http://localhost:8529/getfiles-perl-pod/perlxstypemap.pod HTTP/1.1
#User-Agent: libwww-perl/6.26
#
#server response:
#HTTP/1.1 200 OK
#Connection: close
#Date: Thu, 09 Aug 2018 14:55:55 GMT
#Accept-Ranges: bytes
#ETag: "5c10-553a96d6d2080"
#Server: Apache/2.4.35-dev (Unix) OpenSSL/1.0.2o
#Vary: In-If1
#Content-Length: 23568
#Last-Modified: Thu, 06 Jul 2017 17:27:14 GMT
#Client-Date: Thu, 09 Aug 2018 14:55:55 GMT
#Client-Peer: 127.0.0.1:8529
#Client-Response-Num: 1
#DMMATCH1: 1
#
# testing : download of /getfiles-perl-pod/perlxstypemap.pod
# expected: 23568
# received: 23568
ok 182
<<< trunk just hangs here >>>
#lwp request:
#GET http://localhost:8529/getfiles-binary-httpd HTTP/1.1
#User-Agent: libwww-perl/6.26
#
#server response:
#HTTP/1.1 200 OK
#Connection: close
#Date: Thu, 09 Aug 2018 14:55:55 GMT
#Accept-Ranges: bytes
#ETag: "386e78-57301d0098680"
#Server: Apache/2.4.35-dev (Unix) OpenSSL/1.0.2o
#Vary: In-If1
#Content-Length: 3698296
#Last-Modified: Thu, 09 Aug 2018 14:55:06 GMT
#Client-Date: Thu, 09 Aug 2018 14:55:55 GMT
#Client-Peer: 127.0.0.1:8529
#Client-Response-Num: 1
#DMMATCH1: 1
#
# testing : download of /getfiles-binary-httpd
# expected: 3698296
# received: 3698296
ok 183
#lwp request:
#GET http://localhost:8529/getfiles-binary-perl HTTP/1.1
#User-Agent: libwww-perl/6.26
#
#server response:
#HTTP/1.1 200 OK
#Connection: close
#Date: Thu, 09 Aug 2018 14:55:55 GMT
#Accept-Ranges: bytes
#ETag: "18c728-553a96d5dde40"
#Server: Apache/2.4.35-dev (Unix) OpenSSL/1.0.2o
#Vary: In-If1
#Content-Length: 1623848
#Last-Modified: Thu, 06 Jul 2017 17:27:13 GMT
#Client-Date: Thu, 09 Aug 2018 14:55:55 GMT
#Client-Peer: 127.0.0.1:8529
#Client-Response-Num: 1
#DMMATCH1: 1
#
# testing : download of /getfiles-binary-perl
# expected: 1623848
# received: 1623848
ok 184
ok
All tests successful.