jetty.project/jetty-fcgi/fcgi-client
Simone Bordet 58ea526b56 Notifying client connection's promise from onOpen().
The client connection's promise was succeeded in the context of a
call to SelectorManager.newConnection().
This was wrong, since succeeding the promise may trigger the send
of a request *before* the connection is actually linked to the
endPoint and opened.

This change moves the succeeding of the client connection's promise
to the connection onOpen() method.
2015-02-20 18:23:31 +01:00
..
src Notifying client connection's promise from onOpen(). 2015-02-20 18:23:31 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2015-01-16 17:48:29 -06:00