jetty.project/jetty-fcgi/fcgi-client/src
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
..
main/java/org/eclipse/jetty/fcgi Notifying client connection's promise from onOpen(). 2015-02-20 18:23:31 +01:00
test Happy New Year 2015 2015-01-07 17:03:30 -07:00