c2b9582c5f
Right now the JettyHttpExchangeDelegate#setStremas implementation just sets given parameters to respective steams. However, the default JDK implementation of HttpExchange#setStreams calls #ExchangeImpl.setStreams which in turn only changes the respective streams when given parameters aren't null. To follow this convention the JettyHttpExchangeDelegate#setStremas was rewritten to follow the same convention |
||
---|---|---|
.. | ||
src | ||
pom.xml |