Hello Garry,
I've updated the do about the mapping HTTP/Restlet API.
In case you are using the internal connectors, they rely on the
"persistingConnections" parameters.
On the server side, for example:
Server server = new Server(Protocol.HTTP, 8182);
server.getContext().getParameters().add("pipeliningConnections", "true");
c.getServers().add(server);
Best regards,
Thierry Boileau
> Hi,
>
> I'm sure I'm just missing something obvious in the API but how do I set
> the Connection header on responses in M7 and the snapshot?
>
> M6 seemed to set Connection to "close" which is what some of my clients
> need. With the async model in M7 and beyond I'm assume I need explicitly
> set this but can't find out where.
>
> Pointers?
>
> Thanks,
> Garry
>
>
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2443850