I am running Rick Troth's Webshare 1.2.3 in z/VM 3.1.  In HTTPD REXX
there is a prodecure called GETLINE:

GETLINE:
trace i
Do While Index(buffer,'0A'x) = 0
    'READTO'
    'PEEKTO PACKET'
    If rc \= 0 Then Leave
    buffer = buffer || packet
    End  /*  Do Forever  */

Parse Var buffer packet '0A'x buffer
packet = packet || '0A'x
'CALLPIPE VAR PACKET | MAKETEXT LOCAL | VAR PACKET'
trace n
Return packet

This has worked for years until I started using Internet Explorer 9.
It now hangs on the PEEKTO PACKET statement.  The trace shows no
return code.  It just stops.

Webshare is still working fine with Firefox and Chrome.

Has anyone else run into this problem?

/Fran Hensler at Slippery Rock University of Pennsylvania USA for 48 years
    mailto:f...@zvm.sru.edu  http://zvm.sru.edu/~fjh  +1.724.794.6172
              "Yes, Virginia, there is a Slippery Rock"
--------------------------------------------------------------------------

Reply via email to