jetty.project/tests/test-http-client-transport
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/test Notifying client connection's promise from onOpen(). 2015-02-20 18:23:31 +01:00
pom.xml First take at implementing the HttpClientTransport for HTTP2. 2015-02-09 09:11:56 +01:00