dev@grizzly.java.net

grizzly 1.9.18b issue with suspend/resume

From: rama <rama.rama_at_tiscali.it>
Date: Wed, 16 Sep 2009 11:26:01 +0200

Hi all!


Seems that grizzly-http-webserver have some sort of issue in suspend/
resume request.

In the past i have already noticed this kind of issue, and seems that
are related to http/1.0.

What i can say to give to you more information is that
1) suspend/resume WORK with modern browser using a "direct" access to
website
2) suspend/resumw DOESN'T work if use DIRECTLY with flash on MACOSX
(seems that flash 8 for macosx implement an hold http stuff, it
doesn't even parse cookie)
3) suspend/resume DOESN'T work if use a modern browser passing through
a reverse proxy.

Reverse proxy wipe out some of the header (including keepalive,
compression and things like that)


In the past, i have used GWS with ASYNCH adapter to "mime" suspend/
resume stuff, when i try to migrate to suspend/resume i have found
some error in the past (ie http1.0 problem) and i choose to wait a bit
longer :)

I have try now, but without success :(


The code is pretty simple, but if required i can write a test for you :)


best regards!