Thanks for your help, it works;
But (there's alway a but) I can't make it behave like http/1.1 allows; I mean I
can't send a second request until I receive the first answer; I seems to be
synchronous at protocol level (http/1.0).
I have to do
client server
--- req 1 -->
<-- resp 1 --
--- req 2 -->
<-- resp 2 --
Where I'd like to do :
client server
--- req 1 -->
--- req 2 -->
<-- resp 1 --
<-- resp 2 --
Is there some way around it ?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]