Re: IE9 Hangs Webshare on PEEKTO

2011-06-07 Thread Richard Troth
Hi, Fran, -- Something is causing WEBSHARE to read from the socket in a situation where IE9 is not saying anything more. (As you probably guessed.) It smells like multiple calls to GETLINE. I don't remember how many times we call GETLINE. WEBSHARE was written in the days of HTTP/0.9, which has

IE9 Hangs Webshare on PEEKTO

2011-06-07 Thread Fran Hensler
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